Vcenter Guest Ipv6

Vcenter Guest Ipv6
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.

JSON Example
{
    "type": "string",
    "ipv6": [
        {
            "ip_address": "string",
            "prefix": 0
        }
    ],
    "gateways": [
        "string"
    ]
}
string
type
Required

The IPv6 configuration type

For more information see: Vcenter Guest Ipv6 Type.

This property was added in vSphere API 7.0.0.0.

ipv6
Optional

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.

array of string
gateways
Optional

gateways for the IPv6 address.

This property was added in vSphere API 7.0.0.0.

If missing or null, no gateways are set.