google_api_sql_admin v0.6.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 (integer()): day of week (1-7), starting on Monday. Defaults to: null.
  • hour (integer()): hour of day - 0 to 23. Defaults to: null.
  • kind (String.t): This is always sql#maintenanceWindow. Defaults to: null.
  • updateTrack (String.t): Maintenance timing setting: canary (Earlier) or stable (Later). Learn more. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.MaintenanceWindow{
  day: any(),
  hour: any(),
  kind: any(),
  updateTrack: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.