Get Domain Auto Tune Option
data class GetDomainAutoTuneOption(val desiredState: String, val maintenanceSchedules: List<GetDomainAutoTuneOptionMaintenanceSchedule>, val rollbackOnDisable: String)
Constructors
Link copied to clipboard
constructor(desiredState: String, maintenanceSchedules: List<GetDomainAutoTuneOptionMaintenanceSchedule>, rollbackOnDisable: String)
Properties
Link copied to clipboard
The Auto-Tune desired state for the domain.
Link copied to clipboard
A list of the nested configurations for the Auto-Tune maintenance windows of the domain.
Link copied to clipboard
Whether the domain is set to roll back to default Auto-Tune settings when disabling Auto-Tune.