Module: Google::Cloud::Compute::V1::NetworkPeering::State
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
[Output Only] State for the peering, either ACTIVE or INACTIVE. The peering is ACTIVE when there's a matching configuration in the peer network.
Constant Summary collapse
- UNDEFINED_STATE =
A value indicating that the enum field is not set.
0- ACTIVE =
Matching configuration exists on the peer.
314_733_318- INACTIVE =
There is no matching configuration on the peer, including the case when peer does not exist.
270_421_099