Enum InterconnectAttachment.Types.Type (1.4.0)

public enum 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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Dedicated

Attachment to a dedicated interconnect.

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.