Enum Subnetwork.Ipv6AccessType (1.6.0-beta)

public enum Subnetwork.Ipv6AccessType extends Enum<Subnetwork.Ipv6AccessType> implements ProtocolMessageEnum

The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack. If the ipv6_type is EXTERNAL then this subnet cannot enable direct path.

Protobuf enum google.cloud.compute.v1.Subnetwork.Ipv6AccessType

Implements

ProtocolMessageEnum

Fields

NameDescription
EXTERNAL

VMs on this subnet will be assigned IPv6 addresses that are accesible via the Internet, as well as the VPC network.

EXTERNAL = 35607499;

EXTERNAL_VALUE

VMs on this subnet will be assigned IPv6 addresses that are accesible via the Internet, as well as the VPC network.

EXTERNAL = 35607499;

UNDEFINED_IPV6_ACCESS_TYPE

A value indicating that the enum field is not set.

UNDEFINED_IPV6_ACCESS_TYPE = 0;

UNDEFINED_IPV6_ACCESS_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_IPV6_ACCESS_TYPE = 0;

UNRECOGNIZED
UNSPECIFIED_IPV6_ACCESS_TYPE

IPv6 access type not set. Means this subnet hasn't been turned on IPv6 yet.

UNSPECIFIED_IPV6_ACCESS_TYPE = 313080613;

UNSPECIFIED_IPV6_ACCESS_TYPE_VALUE

IPv6 access type not set. Means this subnet hasn't been turned on IPv6 yet.

UNSPECIFIED_IPV6_ACCESS_TYPE = 313080613;

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()