HostIpConfigIpV6Address
The ipv6 address specification
{
"_typeName": "string",
"ipAddress": "string",
"prefixLength": 0,
"origin": "string",
"dadState": "string",
"lifetime": "string",
"operation": "string"
}
The ipv6 address.
When DHCP is enabled, this property reflects the current IP configuration and cannot be set.
The prefix length.
An ipv6 prefixLength is a decimal value that indicates the number of contiguous, higher-order bits of the address that make up the network portion of the address. For example, 10FA:6604:8136:6502::/64 is a possible IPv6 prefix. The prefix length in this case is 64.
The type of the ipv6 address configuration on the interface.
This can be one of the types defined my the enum HostIpConfigIpV6AddressConfigTypeEnum.
The state of this ipAddress.
Can be one of HostIpConfigIpV6AddressStatusEnum
The time when will this address expire.
If not set the address lifetime is unlimited.