Host
Location in GUI: Objects » Object Management » Network
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| hosts | List | [hosts] | No |
hosts (fmc.domains.objects)
Section titled “hosts (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.+-]{1,64}$ | Yes | |
| ip | IP | Yes | ||
| description | String | max: 255 | No | |
| overridable | Boolean | true, false | No | false |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: hosts: - name: MyHostName1 ip: 10.10.10.1 - name: MyHostName2 description: My Host 2 Description ip: 10.10.10.2 - name: MyHostName3 ip: 10.10.10.3 overridable: true - name: MyHostName1_IPv6 ip: 2001:db8:130F::9C0:876A:130B