DomainOffPeakWindowOptionsArgs

data class DomainOffPeakWindowOptionsArgs(val enabled: Output<Boolean>? = null, val offPeakWindow: Output<DomainOffPeakWindowOptionsOffPeakWindowArgs>? = null) : ConvertibleToJava<DomainOffPeakWindowOptionsArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, offPeakWindow: Output<DomainOffPeakWindowOptionsOffPeakWindowArgs>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Enabled disabled toggle for off-peak update window.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): DomainOffPeakWindowOptionsArgs