ConfigurationBackupSchedulePolicy

data class ConfigurationBackupSchedulePolicy(val schedulePolicyType: String? = null, val scheduleRunDays: List<String>? = null, val scheduleRunFrequency: String? = null, val scheduleRunTimes: List<String>? = null)

Constructors

Link copied to clipboard
constructor(schedulePolicyType: String? = null, scheduleRunDays: List<String>? = null, scheduleRunFrequency: String? = null, scheduleRunTimes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The schedule policy type of the backup policy. Possible value is SimpleSchedulePolicy. Defaults to SimpleSchedulePolicy.

Link copied to clipboard

The schedule run days of the backup policy. Possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday.

Link copied to clipboard

The schedule run frequency of the backup policy. Possible values are Daily and Weekly. Defaults to Daily.

Link copied to clipboard

The schedule run times of the backup policy.