Vcenter Guest Ipv6
The Vcenter Guest Ipv6 schema specifies the IPv6 settings that need to be applied to a virtual network adapter.
This schema was added in vSphere API 7.0.0.0.
{
"type": "string",
"ipv6": [
{
"ip_address": "string",
"prefix": 0
}
],
"gateways": [
"string"
]
}
The IPv6 configuration type
For more information see: Vcenter Guest Ipv6 Type.
This property was added in vSphere API 7.0.0.0.
IPv6 address
This property was added in vSphere API 7.0.0.0.
This property is optional and it is only relevant when the value of type is Vcenter Guest Ipv6 Type.STATIC.
gateways for the IPv6 address.
This property was added in vSphere API 7.0.0.0.
If missing or null
, no gateways are set.