public enum InterconnectRemoteLocationConstraints.PortPairVlan extends Enum<InterconnectRemoteLocationConstraints.PortPairVlan> implements ProtocolMessageEnum
[Output Only] Port pair VLAN constraints, which can take one of the following values: PORT_PAIR_UNCONSTRAINED_VLAN, PORT_PAIR_MATCHING_VLAN
Protobuf enum
google.cloud.compute.v1.InterconnectRemoteLocationConstraints.PortPairVlan
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
PORT_PAIR_MATCHING_VLAN |
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. |
PORT_PAIR_MATCHING_VLAN_VALUE |
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. |
PORT_PAIR_UNCONSTRAINED_VLAN |
PORT_PAIR_UNCONSTRAINED_VLAN means there is no constraint. |
PORT_PAIR_UNCONSTRAINED_VLAN_VALUE |
PORT_PAIR_UNCONSTRAINED_VLAN means there is no constraint. |
UNDEFINED_PORT_PAIR_VLAN |
A value indicating that the enum field is not set. |
UNDEFINED_PORT_PAIR_VLAN_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |