direction property

String? direction
getter/setter pair

Direction of the routes exchanged with the peer network, from the VMware Engine network perspective: * Routes of direction INCOMING are imported from the peer network.

  • Routes of direction OUTGOING are exported from the intranet VPC network of the VMware Engine network.

Output only. Possible string values are:

  • "DIRECTION_UNSPECIFIED" : Unspecified exchanged routes direction. This is default.
  • "INCOMING" : Routes imported from the peer network.
  • "OUTGOING" : Routes exported to the peer network.

Implementation

core.String? direction;