Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class Direction.
The direction of the exchanged routes.
Protobuf type google.cloud.vmwareengine.v1.PeeringRoute.Direction
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ PeeringRouteMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DIRECTION_UNSPECIFIED
Value: 0Unspecified exchanged routes direction. This is default.
Generated from protobuf enum DIRECTION_UNSPECIFIED = 0;
INCOMING
Value: 1Routes imported from the peer network.
Generated from protobuf enum INCOMING = 1;
OUTGOING
Value: 2Routes exported to the peer network.
Generated from protobuf enum OUTGOING = 2;