google_api_sql_admin v0.25.0 GoogleApi.SQLAdmin.V1beta4.Model.SqlScheduledMaintenance View Source
Any scheduled maintenancce for this instance.
Attributes
canDefer
(type:boolean()
, default:nil
) -canReschedule
(type:boolean()
, default:nil
) - If the scheduled maintenance can be rescheduled.startTime
(type:DateTime.t
, default:nil
) - The start time of any upcoming scheduled maintenance for this instance.
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 Sourcet() :: %GoogleApi.SQLAdmin.V1beta4.Model.SqlScheduledMaintenance{ canDefer: boolean(), canReschedule: boolean(), startTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.