Google Cloud Database Center V1beta Client - Class MaintenanceState (0.6.0)

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;