GoogleApi.SQLAdmin.V1.Model.SqlOutOfDiskReport (google_api_sql_admin v0.71.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. * Readers:
  • 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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.