Module: Google::Cloud::EdgeContainer::V1::Cluster::ConnectionState::State
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
The connection state.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unknown connection state.
0- DISCONNECTED =
This cluster is currently disconnected from Google.
1- CONNECTED =
This cluster is currently connected to Google.
2- CONNECTED_AND_SYNCING =
This cluster is currently connected to Google, but may have recently reconnected after a disconnection. It is still syncing back.
3