Google Cloud Sql Admin V1beta4 Client - Class SqlSuspensionReason (0.10.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlSuspensionReason.

The suspension reason of the database instance if the state is SUSPENDED.

Protobuf type google.cloud.sql.v1beta4.SqlSuspensionReason

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;

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;