public enum Interconnect.Types.InterconnectType
Reference documentation and code samples for the Compute Engine v1 API enum Interconnect.Types.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.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
---|---|
Name | Description |
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. |