public enum InterconnectAttachmentInfo.Type extends Enum<InterconnectAttachmentInfo.Type> implements ProtocolMessageEnumWhat type of interconnect attachment this is.
Protobuf enum google.cloud.networkmanagement.v1.InterconnectAttachmentInfo.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DEDICATED |
Attachment to a dedicated interconnect. |
DEDICATED_VALUE |
Attachment to a dedicated interconnect. |
L2_DEDICATED |
Attachment to a L2 interconnect, created by the customer. |
L2_DEDICATED_VALUE |
Attachment to a L2 interconnect, created by the customer. |
PARTNER |
Attachment to a partner interconnect, created by the customer. |
PARTNER_PROVIDER |
Attachment to a partner interconnect, created by the partner. |
PARTNER_PROVIDER_VALUE |
Attachment to a partner interconnect, created by the partner. |
PARTNER_VALUE |
Attachment to a partner interconnect, created by the customer. |
TYPE_UNSPECIFIED |
Unspecified type. |
TYPE_UNSPECIFIED_VALUE |
Unspecified type. |
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() |
|