Module: Google::Cloud::VmwareEngine::V1::PrivateConnection::PeeringState
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
Enum PeeringState defines the possible states of peering between service network and the vpc network peered to service network
Constant Summary collapse
- PEERING_STATE_UNSPECIFIED =
The default value. This value is used if the peering state is omitted or unknown.
0
- PEERING_ACTIVE =
The peering is in active state.
1
- PEERING_INACTIVE =
The peering is in inactive state.
2