GoogleApi.SQLAdmin.V1.Model.MaintenanceWindow (google_api_sql_admin v0.71.0)

View Source

Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes.

Attributes

  • day (type: integer(), default: nil) - Day of week - MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, or SUNDAY. Specify in the UTC time zone. Returned in output as an integer, 1 to 7, where 1 equals Monday.
  • hour (type: integer(), default: nil) - Hour of day - 0 to 23. Specify in the UTC time zone.
  • kind (type: String.t, default: nil) - This is always sql#maintenanceWindow.
  • updateTrack (type: String.t, default: nil) - Maintenance timing settings: canary, stable, or week5. For more information, see About maintenance on Cloud SQL instances.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.