Enum PeeringRoute.Direction (0.18.0)

public enum PeeringRoute.Direction extends Enum<PeeringRoute.Direction> implements ProtocolMessageEnum

The direction of the exchanged routes.

Protobuf enum google.cloud.vmwareengine.v1.PeeringRoute.Direction

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DIRECTION_UNSPECIFIED

Unspecified exchanged routes direction. This is default.

DIRECTION_UNSPECIFIED = 0;

DIRECTION_UNSPECIFIED_VALUE

Unspecified exchanged routes direction. This is default.

DIRECTION_UNSPECIFIED = 0;

INCOMING

Routes imported from the peer network.

INCOMING = 1;

INCOMING_VALUE

Routes imported from the peer network.

INCOMING = 1;

OUTGOING

Routes exported to the peer network.

OUTGOING = 2;

OUTGOING_VALUE

Routes exported to the peer network.

OUTGOING = 2;

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()