Sql Out Of Disk Report Args
data class SqlOutOfDiskReportArgs(val sqlMinRecommendedIncreaseSizeGb: Output<Int>? = null, val sqlOutOfDiskState: Output<SqlOutOfDiskReportSqlOutOfDiskState>? = null) : ConvertibleToJava<SqlOutOfDiskReportArgs>
This message wraps up the information written by out-of-disk detection job.
Constructors
Link copied to clipboard
constructor(sqlMinRecommendedIncreaseSizeGb: Output<Int>? = null, sqlOutOfDiskState: Output<SqlOutOfDiskReportSqlOutOfDiskState>? = null)
Properties
Link copied to clipboard
The minimum recommended increase size in GigaBytes This field is consumed by the frontend * Writers: * the proactive database wellness job for OOD. * Readers:
Link copied to clipboard
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