vcenter guest: ipv6 address
The
ipv6_address structure specifies the the settings for a Static IPv6 configuration. This structure was added in vSphere API 7.0.0.Representation:
{
"prefix" : 1,
"ip_address" : "string"
}
"prefix" : 1,
"ip_address" : "string"
}
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| ip_address | string | Static IPv6 Address. This attribute was added in vSphere API 7.0.0. |
| prefix | long | The CIDR prefix for the interface. This attribute was added in vSphere API 7.0.0. |