public enum SqlSuspensionReason extends Enum<SqlSuspensionReason> implements ProtocolMessageEnumThe suspension reason of the database instance if the state is SUSPENDED.
Protobuf enum google.cloud.sql.v1beta4.SqlSuspensionReason
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BILLING_ISSUE |
The instance is suspended due to billing issues (for example:, account issue) |
BILLING_ISSUE_VALUE |
The instance is suspended due to billing issues (for example:, account issue) |
KMS_KEY_ISSUE |
The KMS key used by the instance is either revoked or denied access to |
KMS_KEY_ISSUE_VALUE |
The KMS key used by the instance is either revoked or denied access to |
LEGAL_ISSUE |
The instance is suspended due to illegal content (for example:, child pornography, copyrighted material, etc.). |
LEGAL_ISSUE_VALUE |
The instance is suspended due to illegal content (for example:, child pornography, copyrighted material, etc.). |
OPERATIONAL_ISSUE |
The instance is causing operational issues (for example:, causing the database to crash). |
OPERATIONAL_ISSUE_VALUE |
The instance is causing operational issues (for example:, causing the database to crash). |
PROJECT_ABUSE |
The project is suspended due to abuse detected by Ares. |
PROJECT_ABUSE_VALUE |
The project is suspended due to abuse detected by Ares. |
SQL_SUSPENSION_REASON_UNSPECIFIED |
This is an unknown suspension reason. |
SQL_SUSPENSION_REASON_UNSPECIFIED_VALUE |
This is an unknown suspension reason. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|