DomainOffPeakWindowOptionsArgs

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

Constructors

Link copied to clipboard
fun DomainOffPeakWindowOptionsArgs(enabled: Output<Boolean>? = null, offPeakWindow: Output<DomainOffPeakWindowArgs>? = null)

Functions

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

Properties

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