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

Reference documentation and code samples for the Google Cloud Database Center V1beta Client class PossibleFailureReason.

Possible reasons why the maintenance is not completed.

STATE_FAILED maintenance state may not always have a failure reason.

Protobuf type google.cloud.databasecenter.v1beta.PossibleFailureReason

Namespace

Google \ Cloud \ DatabaseCenter \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

POSSIBLE_FAILURE_REASON_UNSPECIFIED

Value: 0

Failure reason is unspecified.

Generated from protobuf enum POSSIBLE_FAILURE_REASON_UNSPECIFIED = 0;

POSSIBLE_FAILURE_REASON_DENY_POLICY_CONFLICT

Value: 1

Maintenance may not be completed because there is a deny policy overlapping with upcoming maintenance schedule.

Generated from protobuf enum POSSIBLE_FAILURE_REASON_DENY_POLICY_CONFLICT = 1;

POSSIBLE_FAILURE_REASON_INSTANCE_IN_STOPPED_STATE

Value: 2

Maintenance may not be completed because the instance is stopped.

Generated from protobuf enum POSSIBLE_FAILURE_REASON_INSTANCE_IN_STOPPED_STATE = 2;