VirtualMachineAssessmentScheduleArgs

data class VirtualMachineAssessmentScheduleArgs(val dayOfWeek: Output<String>, val monthlyOccurrence: Output<Int>? = null, val startTime: Output<String>, val weeklyInterval: Output<Int>? = null) : ConvertibleToJava<VirtualMachineAssessmentScheduleArgs>

Constructors

Link copied to clipboard
constructor(dayOfWeek: Output<String>, monthlyOccurrence: Output<Int>? = null, startTime: Output<String>, weeklyInterval: Output<Int>? = null)

Properties

Link copied to clipboard
val dayOfWeek: Output<String>

What day of the week the assessment will be run. Possible values are Friday, Monday, Saturday, Sunday, Thursday, Tuesday and Wednesday.

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

How many months between assessment runs. Valid values are between 1 and 5.

Link copied to clipboard
val startTime: Output<String>

What time the assessment will be run. Must be in the format HH:mm.

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

How many weeks between assessment runs. Valid values are between 1 and 6.

Functions

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