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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IPV4_IPV6 |
The interconnect attachment can have both IPv4 and IPv6 addresses. |
IPV4_IPV6_VALUE |
The interconnect attachment can have both IPv4 and IPv6 addresses. |
IPV4_ONLY |
The interconnect attachment will only be assigned IPv4 addresses. |
IPV4_ONLY_VALUE |
The interconnect attachment will only be assigned IPv4 addresses. |
UNDEFINED_STACK_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_STACK_TYPE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
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() |