Enum Interconnect.Types.InterconnectType (1.1.0)

public enum InterconnectType

Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Dedicated

A dedicated physical interconnection with the customer.

ItPrivate

[Deprecated] A private, physical interconnection with the customer.

Partner

A partner-managed interconnection shared between customers via partner.

UndefinedInterconnectType

A value indicating that the enum field is not set.