GuestIpv6

The Ipv6 structure specifies the IPv6 settings that need to be applied to a virtual network adapter.


Properties

array of string
gateways Optional

gateways for the IPv6 address. If unset, no gateways are set.


array of GuestIpv6Address
ipv6 Optional

IPv6 address This field is optional and it is only relevant when the value of Ipv6.type is STATIC.


type Required

The Ipv6.Type enumerated type specifies different types of the IPv6 configuration.
DHCP : DHCP IPv6 configuration.
STATIC : Static IPv6 configuration.
USER_INPUT_REQUIRED : Indicates that the IPv6 settings are not specified in advance. The user must provide a valid value when the actual customization spec is applied to a virtual machine.

Possible values are: DHCPSTATICUSER_INPUT_REQUIRED

JSON Example

{
	"type": "DHCP"
}

Feedback

Was this page helpful?