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 \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
POSSIBLE_FAILURE_REASON_UNSPECIFIED
Value: 0Failure reason is unspecified.
Generated from protobuf enum POSSIBLE_FAILURE_REASON_UNSPECIFIED = 0;
POSSIBLE_FAILURE_REASON_DENY_POLICY_CONFLICT
Value: 1Maintenance 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: 2Maintenance may not be completed because the instance is stopped.
Generated from protobuf enum POSSIBLE_FAILURE_REASON_INSTANCE_IN_STOPPED_STATE = 2;