Enum Address.Ipv6EndpointType (1.51.0)

public enum Address.Ipv6EndpointType extends Enum<Address.Ipv6EndpointType> implements ProtocolMessageEnum

The endpoint type of this address, which should be VM or NETLB. This is used for deciding which type of endpoint this address can be used after the external IPv6 address reservation.

Protobuf enum google.cloud.compute.v1.Address.Ipv6EndpointType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
NETLB

Reserved IPv6 address can be used on network load balancer.

NETLB = 74173363;

NETLB_VALUE

Reserved IPv6 address can be used on network load balancer.

NETLB = 74173363;

UNDEFINED_IPV6_ENDPOINT_TYPE

A value indicating that the enum field is not set.

UNDEFINED_IPV6_ENDPOINT_TYPE = 0;

UNDEFINED_IPV6_ENDPOINT_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_IPV6_ENDPOINT_TYPE = 0;

UNRECOGNIZED
VM

Reserved IPv6 address can be used on VM.

VM = 2743;

VM_VALUE

Reserved IPv6 address can be used on VM.

VM = 2743;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()