Domain Off Peak Window Options Args
data class DomainOffPeakWindowOptionsArgs(val enabled: Output<Boolean>? = null, val offPeakWindow: Output<DomainOffPeakWindowArgs>? = null) : ConvertibleToJava<DomainOffPeakWindowOptionsArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, offPeakWindow: Output<DomainOffPeakWindowArgs>? = null)