Module: Google::Cloud::Sql::V1::DatabaseInstance::SqlOutOfDiskReport::SqlOutOfDiskState

Defined in:
proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb

Overview

This enum lists all possible states regarding out-of-disk issues.

Constant Summary collapse

SQL_OUT_OF_DISK_STATE_UNSPECIFIED =

Unspecified state

0
NORMAL =

The instance has plenty space on data disk

1
SOFT_SHUTDOWN =

Data disk is almost used up. It is shutdown to prevent data corruption.

2