Reference documentation and code samples for the Google Cloud Database Center V1beta Client class MaintenanceState.
Resource maintenance state.
Protobuf type google.cloud.databasecenter.v1beta.MaintenanceState
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MAINTENANCE_STATE_UNSPECIFIED
Value: 0Status is unspecified.
Generated from protobuf enum MAINTENANCE_STATE_UNSPECIFIED = 0;
MAINTENANCE_STATE_SCHEDULED
Value: 1Maintenance is scheduled.
Generated from protobuf enum MAINTENANCE_STATE_SCHEDULED = 1;
MAINTENANCE_STATE_IN_PROGRESS
Value: 2Maintenance is in progress.
Generated from protobuf enum MAINTENANCE_STATE_IN_PROGRESS = 2;
MAINTENANCE_STATE_COMPLETED
Value: 3Maintenance is completed.
Generated from protobuf enum MAINTENANCE_STATE_COMPLETED = 3;
MAINTENANCE_STATE_FAILED
Value: 4Maintenance has failed.
Generated from protobuf enum MAINTENANCE_STATE_FAILED = 4;