Google Cloud Database Center V1beta Client - Class MaintenanceState (0.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1beta
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
MAINTENANCE_STATE_UNSPECIFIED
Value: 0
Status is unspecified.
Generated from protobuf enum MAINTENANCE_STATE_UNSPECIFIED = 0;
MAINTENANCE_STATE_SCHEDULED
Value: 1
Maintenance is scheduled.
Generated from protobuf enum MAINTENANCE_STATE_SCHEDULED = 1;
MAINTENANCE_STATE_IN_PROGRESS
Value: 2
Maintenance is in progress.
Generated from protobuf enum MAINTENANCE_STATE_IN_PROGRESS = 2;
MAINTENANCE_STATE_COMPLETED
Value: 3
Maintenance is completed.
Generated from protobuf enum MAINTENANCE_STATE_COMPLETED = 3;
MAINTENANCE_STATE_FAILED
Value: 4
Maintenance has failed.
Generated from protobuf enum MAINTENANCE_STATE_FAILED = 4;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-28 UTC."],[],[]]