BackupSchedule 类
定义
Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.
public class BackupSchedule
- 继承
-
java.lang.ObjectBackupSchedule
方法
frequencyInterval() |
Get the frequencyInterval value.
|
frequencyUnit() |
Get the frequencyUnit value.
|
keepAtLeastOneBackup() |
Get the keepAtLeastOneBackup value.
|
lastExecutionTime() |
Get the lastExecutionTime value.
|
retentionPeriodInDays() |
Get the retentionPeriodInDays value.
|
startTime() |
Get the startTime value.
|
withFrequencyInterval(int frequencyInterval) |
Set the frequencyInterval value.
|
withFrequencyUnit(FrequencyUnit frequencyUnit) |
Set the frequencyUnit value.
|
withKeepAtLeastOneBackup(boolean keepAtLeastOneBackup) |
Set the keepAtLeastOneBackup value.
|
withRetentionPeriodInDays(int retentionPeriodInDays) |
Set the retentionPeriodInDays value.
|
withStartTime(DateTime startTime) |
Set the startTime value.
|