SqlOutOfDiskReportSqlOutOfDiskState

enum SqlOutOfDiskReportSqlOutOfDiskState : Enum<SqlOutOfDiskReportSqlOutOfDiskState> , ConvertibleToJava<SqlOutOfDiskReportSqlOutOfDiskState>

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

Entries

Link copied to clipboard
Link copied to clipboard

The instance has plenty space on data disk

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): SqlOutOfDiskReportSqlOutOfDiskState
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: SqlOutOfDiskReportSqlOutOfDiskState
Link copied to clipboard
Link copied to clipboard