View Source GoogleApi.SQLAdmin.V1.Model.MaintenanceWindow (google_api_sql_admin v0.55.0)

Maintenance window. This specifies when a Cloud SQL instance is 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 sql#maintenanceWindow.
  • updateTrack (type: String.t, default: nil) - Maintenance timing setting: canary (Earlier) or stable (Later). Learn more.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SQLAdmin.V1.Model.MaintenanceWindow{
  day: integer() | nil,
  hour: integer() | nil,
  kind: String.t() | nil,
  updateTrack: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.