google_api_sql_admin v0.32.0 GoogleApi.SQLAdmin.V1beta4.Model.MaintenanceWindow View Source

Maintenance window. This specifies when a v2 Cloud SQL instance should preferably be restarted for system maintenance purposes.

Attributes

  • day (type: integer(), default: nil) - day of week (1-7), starting on Monday.
  • hour (type: integer(), default: nil) - hour of day - 0 to 23.
  • kind (type: String.t, default: nil) - This is always <b>sql#maintenanceWindow</b>.
  • updateTrack (type: String.t, default: nil) - Maintenance timing setting: <b>canary</b> (Earlier) or <b>stable</b> (Later). <br /><a href="/sql/docs/db_path/instance-settings#maintenance-timing-2ndgen"> Learn more</a>.

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.MaintenanceWindow{
  day: integer(),
  hour: integer(),
  kind: String.t(),
  updateTrack: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.