PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs

data class PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs(val dayOfWeek: Output<String>, val dayOffset: Output<Int>? = null, val weekOrdinal: Output<Int>) : ConvertibleToJava<PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs>

Constructors

constructor(dayOfWeek: Output<String>, dayOffset: Output<Int>? = null, weekOrdinal: Output<Int>)

Properties

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

Represents the number of days before or after the given week day of month that the patch deployment is scheduled for.

Link copied to clipboard
val dayOfWeek: Output<String>

A day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.

Link copied to clipboard
val weekOrdinal: Output<Int>

Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.

Functions

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