public enum InterconnectAttachment.Type extends Enum<InterconnectAttachment.Type> implements ProtocolMessageEnumThe type of interconnect attachment this is, which can take one of the following values:
- DEDICATED: an attachment to a Dedicated Interconnect.
- PARTNER: an attachment to a Partner Interconnect, created by the customer.
PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner.
L2_DEDICATED: a L2 attachment to a Dedicated Interconnect.
Protobuf enum google.cloud.compute.v1.InterconnectAttachment.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DEDICATED |
Attachment to a dedicated interconnect. |
DEDICATED_VALUE |
Attachment to a dedicated interconnect. |
L2_DEDICATED |
Attachment to a dedicated interconnect, forwarding L2 packets. |
L2_DEDICATED_VALUE |
Attachment to a dedicated interconnect, forwarding L2 packets. |
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. |
UNDEFINED_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_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() |
|