Domain Auto Tune Options
data class DomainAutoTuneOptions(val desiredState: String, val maintenanceSchedules: List<DomainAutoTuneOptionsMaintenanceSchedule>? = null, val rollbackOnDisable: String? = null)
Constructors
Link copied to clipboard
fun DomainAutoTuneOptions(desiredState: String, maintenanceSchedules: List<DomainAutoTuneOptionsMaintenanceSchedule>? = null, rollbackOnDisable: String? = null)