appliance networking interfaces ipv6: address
The
address
structure provides the structure used to name an IPv6 address. This structure was added in vSphere API 6.7.Representation:
{
"address" : "string",
"prefix" : 1
}
"address" : "string",
"prefix" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
address | string | The IPv6 address, for example, fc00:10:20:83:20c:29ff:fe94:bb5a. This attribute was added in vSphere API 6.7. |
prefix | long | The IPv6 CIDR prefix, for example, 64. This attribute was added in vSphere API 6.7. |