Reference documentation and code samples for the Compute V1 Client class 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.
Protobuf type google.cloud.compute.v1.Interconnect.InterconnectType
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_INTERCONNECT_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_INTERCONNECT_TYPE = 0;
DEDICATED
Value: 258411983
A dedicated physical interconnection with the customer.
Generated from protobuf enum DEDICATED = 258411983;
IT_PRIVATE
Value: 335677007
[Deprecated] A private, physical interconnection with the customer.
Generated from protobuf enum IT_PRIVATE = 335677007;
PARTNER
Value: 461924520
A partner-managed interconnection shared between customers via partner.
Generated from protobuf enum PARTNER = 461924520;