WeeklyMaintenanceScheduleConfigurationArgs

data class WeeklyMaintenanceScheduleConfigurationArgs(val day: Output<Either<String, WeekDay>>, val frequency: Output<String>, val hour: Output<Int>) : ConvertibleToJava<WeeklyMaintenanceScheduleConfigurationArgs>

Weekly planned maintenance

Constructors

constructor(day: Output<Either<String, WeekDay>>, frequency: Output<String>, hour: Output<Int>)

Properties

Link copied to clipboard
val day: Output<Either<String, WeekDay>>

The day to run the maintenance job

Link copied to clipboard
val frequency: Output<String>

The frequency to run the maintenance job Expected value is 'Weekly'.

Link copied to clipboard
val hour: Output<Int>

The hour to run the maintenance job

Functions

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