Get Domain Auto Tune Option Maintenance Schedule
data class GetDomainAutoTuneOptionMaintenanceSchedule(val cronExpressionForRecurrence: String, val durations: List<GetDomainAutoTuneOptionMaintenanceScheduleDuration>, val startAt: String)
Constructors
Link copied to clipboard
constructor(cronExpressionForRecurrence: String, durations: List<GetDomainAutoTuneOptionMaintenanceScheduleDuration>, startAt: String)
Properties
Link copied to clipboard
Cron expression for an Auto-Tune maintenance schedule.
Link copied to clipboard
Configuration block for the duration of the Auto-Tune maintenance window.
Link copied to clipboard
Date and time at which the Auto-Tune maintenance schedule starts in RFC3339 format.