Virtual Machine Auto Backup Manual Schedule Args
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
Properties
Link copied to clipboard
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
.