DomainAutoTuneOptionsMaintenanceSchedule

data class DomainAutoTuneOptionsMaintenanceSchedule(val cronExpressionForRecurrence: String, val duration: DomainAutoTuneOptionsMaintenanceScheduleDuration, val startAt: String)

Constructors

Link copied to clipboard
constructor(cronExpressionForRecurrence: String, duration: DomainAutoTuneOptionsMaintenanceScheduleDuration, startAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A cron expression specifying the recurrence pattern for an Auto-Tune maintenance schedule.

Link copied to clipboard

Configuration block for the duration of the Auto-Tune maintenance window. Detailed below.

Link copied to clipboard

Date and time at which to start the Auto-Tune maintenance schedule in RFC3339 format.