Enum InterconnectAttachment.StackType (1.51.0)

public enum InterconnectAttachment.StackType extends Enum<InterconnectAttachment.StackType> implements ProtocolMessageEnum

The stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and update interconnect attachment operations.

Protobuf enum google.cloud.compute.v1.InterconnectAttachment.StackType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
IPV4_IPV6

The interconnect attachment can have both IPv4 and IPv6 addresses.

IPV4_IPV6 = 22197249;

IPV4_IPV6_VALUE

The interconnect attachment can have both IPv4 and IPv6 addresses.

IPV4_IPV6 = 22197249;

IPV4_ONLY

The interconnect attachment will only be assigned IPv4 addresses.

IPV4_ONLY = 22373798;

IPV4_ONLY_VALUE

The interconnect attachment will only be assigned IPv4 addresses.

IPV4_ONLY = 22373798;

UNDEFINED_STACK_TYPE

A value indicating that the enum field is not set.

UNDEFINED_STACK_TYPE = 0;

UNDEFINED_STACK_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STACK_TYPE = 0;

UNRECOGNIZED

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()