HostIpConfigIpV6AddressConfiguration
HostIpConfigIpV6AddressConfiguration
The ipv6 address configuration
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"ipV6Address": [
{
"_typeName": "string",
"ipAddress": "string",
"prefixLength": 0,
"origin": "string",
"dadState": "string",
"lifetime": "string",
"operation": "string"
}
],
"autoConfigurationEnabled": false,
"dhcpV6Enabled": false
}
array of HostIpConfigIpV6Address
ipV6Address
Optional
Ipv6 adrresses configured on the interface.
The global addresses can be configured through DHCP, stateless or manual configuration. Link local addresses can be only configured with the origin set to other.
boolean
autoConfigurationEnabled
Optional
Specify if IPv6 address and routing information information be enabled or not as per RFC 2462.
boolean
dhcpV6Enabled
Optional
The flag to indicate whether or not DHCP (dynamic host control protocol) is enabled to obtain an ipV6 address.
If this property is set to true, an ipV6 address is configured through dhcpV6.