ScheduledEntryArgs

data class ScheduledEntryArgs(val durationHours: Output<Int>, val startHourUtc: Output<Int>, val weekDay: Output<WeekDay>) : ConvertibleToJava<ScheduledEntryArgs>

Maintenance schedule entry for a managed environment.

Constructors

Link copied to clipboard
constructor(durationHours: Output<Int>, startHourUtc: Output<Int>, weekDay: Output<WeekDay>)

Properties

Link copied to clipboard
val durationHours: Output<Int>

Length of maintenance window range from 8 to 24 hours.

Link copied to clipboard
val startHourUtc: Output<Int>

Start hour after which managed environment maintenance can start from 0 to 23 hour.

Link copied to clipboard
val weekDay: Output<WeekDay>

Day of the week when a managed environment can be patched.

Functions

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