...
Additionally, define the following parameter for infoblox_aaaa_record
resource:
Parameter | Required/ Optional | Description | Example Value |
---|
ipv6_addr
| Required only for static allocation | Specifies the IPv6 address to associate with the AAAA record. For allocating a static IP address, specify a valid IP address. For allocating a dynamic IP address, Configure cidr instead of ipv6_addr . If both fields are configured, the value of cidr is ignored. Instead. Optionally, set a network_view if you do not want to allocate it in the default network view.
| 2001:db8::ff00:42:8329
|
cidr
| Required only for dynamic allocation | Specifies the network in the configured network view from which to allocate an IP address when the ipv6_addr field is empty. The address is in CIDR format. For static allocation, Configure ipv6_addr instead of cidr . | 2001::/64
|
Note |
---|
Note All parameters except fqdn are optional. If you do not specify the ipv6_addr parameter, you must use the cidr parameter for dynamic address allocation. Specify a custom network view with cidr if you do not want to use the network view with the name default . |
...