Allows for the creation or updating of an IPv4 Network in Address Manager.
Attributes
| Attribute | Required/Optional | Description | Example |
|---|---|---|---|
configuration |
Optional | The name of the BlueCat Configuration to be used for the Network. If this is not supplied, the Gateway default configuration name is used. | terraform_demo |
name |
Optional | The name of the Network. | Server Farm |
cidr |
Required | The network address in CIDR format. | 10.0.0.0/24 |
gateway |
Optional | The IP address to reserve for the gateway address. By default, the first IP address of the network is reserved as the gateway address. | 10.0.0.1 |
parent_block |
Optional | The parent block of the network in CIDR format. | 10.0.0.0/8 |
size |
Optional | The size of the network, expressed as the power of 2. | 24 |
reserve_ip |
Optional | Reserves the IP address for later use. | 10.0.0.5 |
Template |
Optional | The IPv4 Template to assign to the IPv4 Network. | DHCPTemplate |
properties |
Optional | The properties of the IPv4 Network. | attribute=value |
ip_version |
Optional | Options are ivp4 and ipv6. If
left blank, ipv4 will be used. |
ipv4 |
depends_on |