VirtualMachineAutoBackupManualScheduleArgs

data class VirtualMachineAutoBackupManualScheduleArgs(val daysOfWeeks: Output<List<String>>? = null, val fullBackupFrequency: Output<String>, val fullBackupStartHour: Output<Int>, val fullBackupWindowInHours: Output<Int>, val logBackupFrequencyInMinutes: Output<Int>) : ConvertibleToJava<VirtualMachineAutoBackupManualScheduleArgs>

Constructors

constructor(daysOfWeeks: Output<List<String>>? = null, fullBackupFrequency: Output<String>, fullBackupStartHour: Output<Int>, fullBackupWindowInHours: Output<Int>, logBackupFrequencyInMinutes: Output<Int>)

Properties

Link copied to clipboard
val daysOfWeeks: Output<List<String>>? = null

A list of days on which backup can take place. Possible values are Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday

Link copied to clipboard

Frequency of full backups. Valid values include Daily or Weekly.

Link copied to clipboard

Start hour of a given day during which full backups can take place. Valid values are from 0 to 23.

Link copied to clipboard

Duration of the time window of a given day during which full backups can take place, in hours. Valid values are between 1 and 23.

Link copied to clipboard

Frequency of log backups, in minutes. Valid values are from 5 to 60.

Functions

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