Google Cloud Database Center V1beta Client - Class PossibleFailureReason (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 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;
[[["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."],[],[]]