Reference documentation and code samples for the Compute V1 Client class PortPairVlan.
[Output Only] Port pair VLAN constraints, which can take one of the following values: PORT_PAIR_UNCONSTRAINED_VLAN, PORT_PAIR_MATCHING_VLAN
Protobuf type google.cloud.compute.v1.InterconnectRemoteLocationConstraints.PortPairVlan
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectRemoteLocationConstraintsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_PORT_PAIR_VLAN
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_PORT_PAIR_VLAN = 0;
PORT_PAIR_MATCHING_VLAN
Value: 250295358
If PORT_PAIR_MATCHING_VLAN, the Interconnect for this attachment is part of a pair of ports that should have matching VLAN allocations. This occurs with Cross-Cloud Interconnect to Azure remote locations. While GCP's API does not explicitly group pairs of ports, the UI uses this field to ensure matching VLAN ids when configuring a redundant VLAN pair.
Generated from protobuf enum PORT_PAIR_MATCHING_VLAN = 250295358;
PORT_PAIR_UNCONSTRAINED_VLAN
Value: 175227948
PORT_PAIR_UNCONSTRAINED_VLAN means there is no constraint.
Generated from protobuf enum PORT_PAIR_UNCONSTRAINED_VLAN = 175227948;