PolicyVMWorkloadProtectionPolicyBackup

data class PolicyVMWorkloadProtectionPolicyBackup(val frequency: String? = null, val frequencyInMinutes: Int? = null, val time: String? = null, val weekdays: List<String>? = null)

Constructors

Link copied to clipboard
constructor(frequency: String? = null, frequencyInMinutes: Int? = null, time: String? = null, weekdays: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val frequency: String? = null

The backup frequency for the VM Workload Backup Policy. Possible values are Daily and Weekly.

Link copied to clipboard
val frequencyInMinutes: Int? = null

The backup frequency in minutes for the VM Workload Backup Policy. Possible values are 15, 30, 60, 120, 240, 480, 720 and 1440.

Link copied to clipboard
val time: String? = null

The time of day to perform the backup in 24hour format.

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

The days of the week to perform backups on. Possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday or Saturday. This is used when frequency is Weekly.