Enum InterconnectRemoteLocationConstraints.PortPairVlan (1.51.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
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 = 250295358;

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_MATCHING_VLAN = 250295358;

PORT_PAIR_UNCONSTRAINED_VLAN

PORT_PAIR_UNCONSTRAINED_VLAN means there is no constraint.

PORT_PAIR_UNCONSTRAINED_VLAN = 175227948;

PORT_PAIR_UNCONSTRAINED_VLAN_VALUE

PORT_PAIR_UNCONSTRAINED_VLAN means there is no constraint.

PORT_PAIR_UNCONSTRAINED_VLAN = 175227948;

UNDEFINED_PORT_PAIR_VLAN

A value indicating that the enum field is not set.

UNDEFINED_PORT_PAIR_VLAN = 0;

UNDEFINED_PORT_PAIR_VLAN_VALUE

A value indicating that the enum field is not set.

UNDEFINED_PORT_PAIR_VLAN = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()