GoogleApi.Redis.V1beta1.Model.MaintenanceSchedule (google_api_redis v0.29.1) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Redis.V1beta1.Model.MaintenanceSchedule{
canReschedule: boolean() | nil,
endTime: DateTime.t() | nil,
scheduleDeadlineTime: DateTime.t() | nil,
startTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.