HostPoolScheduledAgentUpdatesScheduleArgs

data class HostPoolScheduledAgentUpdatesScheduleArgs(val dayOfWeek: Output<String>, val hourOfDay: Output<Int>) : ConvertibleToJava<HostPoolScheduledAgentUpdatesScheduleArgs>

Constructors

constructor(dayOfWeek: Output<String>, hourOfDay: Output<Int>)

Properties

Link copied to clipboard
val dayOfWeek: Output<String>

The day of the week on which agent updates should be performed. Possible values are Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, and Sunday

Link copied to clipboard
val hourOfDay: Output<Int>

The hour of day the update window should start. The update is a 2 hour period following the hour provided. The value should be provided as a number between 0 and 23, with 0 being midnight and 23 being 11pm. A leading zero should not be used.

Functions

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