BackupPlanBackupSchedule

data class BackupPlanBackupSchedule(val cronSchedule: String? = null, val paused: Boolean? = null)

Constructors

Link copied to clipboard
constructor(cronSchedule: String? = null, paused: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cronSchedule: String? = null

A standard cron string that defines a repeating schedule for creating Backups via this BackupPlan. If this is defined, then backupRetainDays must also be defined.

Link copied to clipboard
val paused: Boolean? = null

This flag denotes whether automatic Backup creation is paused for this BackupPlan.