GetDomainAutoTuneOptionMaintenanceSchedule

data class GetDomainAutoTuneOptionMaintenanceSchedule(val cronExpressionForRecurrence: String, val durations: List<GetDomainAutoTuneOptionMaintenanceScheduleDuration>, val startAt: String)

Constructors

constructor(cronExpressionForRecurrence: String, durations: List<GetDomainAutoTuneOptionMaintenanceScheduleDuration>, startAt: String)

Types

Link copied to clipboard
object Companion

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.