vcenter vcha: ipv6 spec
The
ipv6_spec
structure contains IPV6 information used to configure a network interface. This structure was added in vSphere API 6.7.1.Representation:
{
"address" : "string",
"prefix" : 1
}
"address" : "string",
"prefix" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
address | string | IPv6 address to be used to configure the interface. This attribute was added in vSphere API 6.7.1. |
prefix | long | The CIDR prefix for the interface. This attribute was added in vSphere API 6.7.1. |