Module: Google::Cloud::VmwareEngine::V1::PeeringRoute::Direction
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
The direction of the exchanged routes.
Constant Summary collapse
- DIRECTION_UNSPECIFIED =
Unspecified exchanged routes direction. This is default.
0
- INCOMING =
Routes imported from the peer network.
1
- OUTGOING =
Routes exported to the peer network.
2