Network Group
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 | |
| overridable | Boolean | true, false | No | false |
Examples
Section titled “Examples”Prerequisites:
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 networks: - name: MyNetworkName1 prefix: 10.10.10.0/24Network Group:
fmc: domains: - name: Global objects: network_groups: - name: MyNetworkGroupName1 objects: - MyHostName1 - MyNetworkName1 literals: - 10.99.0.0/24 - name: MyNetworkGroupName2 description: My Network Group 2 Description objects: - MyHostName2 - MyNetworkGroupName1 literals: - 10.30.10.0/24