public enum InterconnectRemoteLocationConstraints.Types.PortPairVlan
Reference documentation and code samples for the Compute Engine v1 API enum InterconnectRemoteLocationConstraints.Types.PortPairVlan.
[Output Only] Port pair VLAN constraints, which can take one of the following values: PORT_PAIR_UNCONSTRAINED_VLAN, PORT_PAIR_MATCHING_VLAN
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
---|---|
Name | Description |
PortPairMatchingVlan |
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. |
PortPairUnconstrainedVlan |
PORT_PAIR_UNCONSTRAINED_VLAN means there is no constraint. |
UndefinedPortPairVlan |
A value indicating that the enum field is not set. |