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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.