Module: Google::Cloud::Maintenance::Api::V1beta::ResourceMaintenance::State
- Defined in:
- proto_docs/google/cloud/maintenance/api/v1beta/maintenance_service.rb
Overview
State is the state of a resource maintenance.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified state.
0- SCHEDULED =
Scheduled for a particular window. For disruptive maintenance it should respect maintenance policy, i.e. its available windows, exclusions and notification period.
1- RUNNING =
Maintenance is ongoing.
2- CANCELLED =
No longer planned, typically when other maintenance (e.g. upgrade to newer version) already happened, or the user skipped the maintenance.
3- SUCCEEDED =
Successfully completed.
4