Enum Subnetwork.Ipv6GceEndpoint (1.70.0)

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

[Output Only] Possible endpoints of this subnetwork. It can be one of the following: - VM_ONLY: The subnetwork can be used for creating instances and IPv6 addresses with VM endpoint type. Such a subnetwork gets external IPv6 ranges from a public delegated prefix and cannot be used to create NetLb. - VM_AND_FR: The subnetwork can be used for creating both VM instances and Forwarding Rules. It can also be used to reserve IPv6 addresses with both VM and FR endpoint types. Such a subnetwork gets its IPv6 range from Google IP Pool directly.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNDEFINED_IPV6_GCE_ENDPOINT

A value indicating that the enum field is not set.

UNDEFINED_IPV6_GCE_ENDPOINT = 0;

UNDEFINED_IPV6_GCE_ENDPOINT_VALUE

A value indicating that the enum field is not set.

UNDEFINED_IPV6_GCE_ENDPOINT = 0;

UNRECOGNIZED
VM_AND_FR

VM_AND_FR = 41830108;

VM_AND_FR_VALUE

VM_AND_FR = 41830108;

VM_ONLY

VM_ONLY = 236773428;

VM_ONLY_VALUE

VM_ONLY = 236773428;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()