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

View Source

Any scheduled maintenance for this instance.

Attributes

  • canDefer (type: boolean(), default: nil) -
  • canReschedule (type: boolean(), default: nil) - If the scheduled maintenance can be rescheduled.
  • scheduleDeadlineTime (type: DateTime.t, default: nil) - Maintenance cannot be rescheduled to start beyond this deadline.
  • startTime (type: DateTime.t, default: nil) - The start time of any upcoming scheduled maintenance for this instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1.Model.SqlScheduledMaintenance{
  canDefer: boolean() | nil,
  canReschedule: boolean() | nil,
  scheduleDeadlineTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.