Module: Google::Cloud::EdgeContainer::V1::Cluster::MaintenanceEvent::State
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
Indicates the maintenance event state.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified.
0
- RECONCILING =
The maintenance event is ongoing. The cluster might be unusable.
1
- SUCCEEDED =
The maintenance event succeeded.
2
- FAILED =
The maintenance event failed.
3