SqlOutOfDiskReportArgs

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
fun SqlOutOfDiskReportArgs(sqlMinRecommendedIncreaseSizeGb: Output<Int>? = null, sqlOutOfDiskState: Output<SqlOutOfDiskReportSqlOutOfDiskState>? = null)

Functions

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

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