google_api_redis v0.20.1 GoogleApi.Redis.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule View Source
Maintenance schedule which is exposed to customer and potentially end user, indicating published upcoming future maintenance schedule
Attributes
-
canReschedule(type:boolean(), default:nil) - Can this scheduled update be rescheduled? By default, it's true and API needs to do explicitly check whether it's set, if it's set as false explicitly, it's false -
endTime(type:DateTime.t, default:nil) - The scheduled end time for the maintenance. -
rolloutManagementPolicy(type:String.t, default:nil) - The rollout management policy this maintenance schedule is associated with. When doing reschedule update request, the reschedule should be against this given policy. -
startTime(type:DateTime.t, default:nil) - The scheduled start time for the maintenance.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Redis.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule{
canReschedule: boolean(),
endTime: DateTime.t(),
rolloutManagementPolicy: String.t(),
startTime: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.