IPv4 Address Pool Object
Location in GUI: Objects
» Object Management
» Address Pools
» IPv4 Pools
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ipv4_address_pools | List | [ipv4_address_pools] | No |
ipv4_address_pools (fmc.domains.objects)
Section titled “ipv4_address_pools (fmc.domains.objects)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | matches: ^[A-Za-z0-9-_\.]+$ | Yes | |
description | String | max: 255 | No | |
range | String | Yes | ||
netmask | IP | Yes | ||
overridable | Boolean | true , false | No |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: ipv4_address_pools: - name: MyIPv4AddressPool1 description: My Test IPv4 Address Pool 1 range: 192.168.10.1-192.168.10.100 netmask: 255.255.255.0 overridable: false