public enum InterconnectAttachment.Types.TypeReference documentation and code samples for the Compute Engine v1 API enum InterconnectAttachment.Types.Type.
The 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.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
Dedicated |
Attachment to a dedicated interconnect. |
L2Dedicated |
Attachment to a dedicated interconnect, forwarding L2 packets. |
Partner |
Attachment to a partner interconnect, created by the customer. |
PartnerProvider |
Attachment to a partner interconnect, created by the partner. |
UndefinedType |
A value indicating that the enum field is not set. |