Network Group 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 |
|---|---|---|---|---|
| network_groups | List | [network_groups] | No |
network_groups (fmc.domains.objects)
Section titled “network_groups (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | matches: ^[A-Za-z0-9-_\.]+$ | Yes | |
| description | String | max: 255 | No | |
| objects | List | String | No | |
| literals | List | String | No |
Examples
Section titled “Examples”Prerequisites:
fmc: domains: - name: Global objects: hosts: - name: MyHostName1 ip: 10.10.10.10 networks: - name: MyNetworkName1 prefix: 10.10.10.0/24Network Group:
fmc: domains: - name: Global objects: network_groups: - name: MyNetworkGroupName1 objects: - MyHostName1 - MyNetworkName1