Compute V1 Client - Class Direction (2.0.0)

Reference documentation and code samples for the Compute V1 Client class Direction.

The direction of the exchanged routes.

Protobuf type google.cloud.compute.v1.ListPeeringRoutesNetworksRequest.Direction

Namespace

Google \ Cloud \ Compute \ V1 \ ListPeeringRoutesNetworksRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_DIRECTION

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_DIRECTION = 0;

INCOMING

Value: 338552870

For routes exported from peer network.

Generated from protobuf enum INCOMING = 338552870;

OUTGOING

Value: 307438444

For routes exported from local network.

Generated from protobuf enum OUTGOING = 307438444;