GoogleApi.SQLAdmin.V1beta4.Model.SqlOutOfDiskReport (google_api_sql_admin v0.44.0) View Source

This message wraps up the information written by out-of-disk detection job.

Attributes

  • sqlMinRecommendedIncreaseSizeGb (type: integer(), default: nil) - The minimum recommended increase size in GigaBytes This field is consumed by the frontend Writers: -- the proactive database wellness job for OOD.
  • sqlOutOfDiskState (type: String.t, default: nil) - 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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SQLAdmin.V1beta4.Model.SqlOutOfDiskReport{
  sqlMinRecommendedIncreaseSizeGb: integer() | nil,
  sqlOutOfDiskState: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.