メインコンテンツまでスキップ

GoogleCloudSQLInstanceState

No description

enum GoogleCloudSQLInstanceState {
SQL_INSTANCE_STATE_UNSPECIFIED
RUNNABLE
SUSPENDED
PENDING_DELETE
PENDING_CREATE
MAINTENANCE
FAILED
}

Values

GoogleCloudSQLInstanceState.SQL_INSTANCE_STATE_UNSPECIFIED

Unspecified

GoogleCloudSQLInstanceState.RUNNABLE

The instance is running, or has been stopped by the owner

GoogleCloudSQLInstanceState.SUSPENDED

The instance is not available, for example, due to problems with billing

GoogleCloudSQLInstanceState.PENDING_DELETE

The instance is being deleted

GoogleCloudSQLInstanceState.PENDING_CREATE

The instance is being created

GoogleCloudSQLInstanceState.MAINTENANCE

The instance is down for maintenance

GoogleCloudSQLInstanceState.FAILED

The creation of the instance failed, or a fatal error occurred during maintenance

Member of

GoogleCloudSQLMySQLInstance object ● GoogleCloudSQLPostgreSQLInstance object ● GoogleCloudSQLSQLServerInstance object ● GoogleCloudSQLUnspecifiedInstance object