DomainOffPeakWindowOptionsOffPeakWindowWindowStartTimeArgs

data class DomainOffPeakWindowOptionsOffPeakWindowWindowStartTimeArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null) : ConvertibleToJava<DomainOffPeakWindowOptionsOffPeakWindowWindowStartTimeArgs>

Constructors

constructor(hours: Output<Int>? = null, minutes: Output<Int>? = null)

Properties

Link copied to clipboard
val hours: Output<Int>? = null

Starting hour of the 10-hour window for updates

Link copied to clipboard
val minutes: Output<Int>? = null

Starting minute of the 10-hour window for updates

Functions

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