AutoTuneOptionsOutputResponse

data class AutoTuneOptionsOutputResponse(val errorMessage: String? = null, val state: AutoTuneStateEnumValueResponse? = null, val useOffPeakWindow: Boolean? = null)

Definition of AutoTuneOptionsOutput

Constructors

Link copied to clipboard
constructor(errorMessage: String? = null, state: AutoTuneStateEnumValueResponse? = null, useOffPeakWindow: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val errorMessage: String? = null

Any errors that occurred while enabling or disabling Auto-Tune.

Link copied to clipboard

The current state of Auto-Tune on the domain.

Link copied to clipboard

Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.