Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlSuspensionReason.
The suspension reason of the database instance if the state is SUSPENDED.
Protobuf type google.cloud.sql.v1.SqlSuspensionReason
Namespace
Google \ Cloud \ Sql \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SQL_SUSPENSION_REASON_UNSPECIFIED
Value: 0
This is an unknown suspension reason.
Generated from protobuf enum SQL_SUSPENSION_REASON_UNSPECIFIED = 0;
BILLING_ISSUE
Value: 2
The instance is suspended due to billing issues (for example:, GCP account issue)
Generated from protobuf enum BILLING_ISSUE = 2;
LEGAL_ISSUE
Value: 3
The instance is suspended due to illegal content (for example:, child pornography, copyrighted material, etc.).
Generated from protobuf enum LEGAL_ISSUE = 3;
OPERATIONAL_ISSUE
Value: 4
The instance is causing operational issues (for example:, causing the database to crash).
Generated from protobuf enum OPERATIONAL_ISSUE = 4;
KMS_KEY_ISSUE
Value: 5
The KMS key used by the instance is either revoked or denied access to
Generated from protobuf enum KMS_KEY_ISSUE = 5;