sqlOutOfDiskState property
This field represents the state generated by the proactive database wellness job for OutOfDisk issues.
Writers: -- the proactive database wellness job for OOD. Readers: -- the proactive database wellness job Possible string values are:
- "SQL_OUT_OF_DISK_STATE_UNSPECIFIED" : Unspecified state
- "NORMAL" : The instance has plenty space on data disk
- "SOFT_SHUTDOWN" : Data disk is almost used up. It is shutdown to prevent data corruption.
Implementation
core.String? sqlOutOfDiskState;