google_api_file v0.8.0 GoogleApi.File.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 falseendTime
(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
Link to this type
t()
View Sourcet() :: %GoogleApi.File.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule{ canReschedule: boolean(), endTime: DateTime.t(), rolloutManagementPolicy: String.t(), startTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.