VirtualMachineAutoBackupManualSchedule

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

Constructors

Link copied to clipboard
constructor(daysOfWeeks: List<String>? = null, fullBackupFrequency: String, fullBackupStartHour: Int, fullBackupWindowInHours: Int, logBackupFrequencyInMinutes: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val daysOfWeeks: 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.