Host Object
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 |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: hosts: - name: MyHostName1 ip: 10.10.10.10 - name: MyHostName2 ip: 20.20.20.20