View Source GoogleApi.Redis.V1.Model.MaintenanceSchedule (google_api_redis v0.50.0)
Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.
Attributes
-
canReschedule
(type:boolean()
, default:nil
) - If the scheduled maintenance can be rescheduled, default is true. -
endTime
(type:DateTime.t
, default:nil
) - Output only. The end time of any upcoming scheduled maintenance for this instance. -
scheduleDeadlineTime
(type:DateTime.t
, default:nil
) - Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule. -
startTime
(type:DateTime.t
, default:nil
) - Output only. The start time of any upcoming scheduled maintenance for this instance.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1.Model.MaintenanceSchedule{ canReschedule: boolean() | nil, endTime: DateTime.t() | nil, scheduleDeadlineTime: DateTime.t() | nil, startTime: DateTime.t() | nil }