public class BackupPlan extends AbstractModel
Constructor and Description |
---|
BackupPlan() |
BackupPlan(BackupPlan source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBackupPeriod()
Get Backup cycle
|
Long |
getBaseBackupRetentionPeriod()
Get Retention period of basic backups
|
String |
getMaxBackupStartTime()
Get The latest time to start a backup
|
String |
getMinBackupStartTime()
Get The earliest time to start a backup
|
void |
setBackupPeriod(String BackupPeriod)
Set Backup cycle
|
void |
setBaseBackupRetentionPeriod(Long BaseBackupRetentionPeriod)
Set Retention period of basic backups
|
void |
setMaxBackupStartTime(String MaxBackupStartTime)
Set The latest time to start a backup
|
void |
setMinBackupStartTime(String MinBackupStartTime)
Set The earliest time to start a backup
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BackupPlan()
public BackupPlan(BackupPlan source)
public String getBackupPeriod()
public void setBackupPeriod(String BackupPeriod)
BackupPeriod
- Backup cyclepublic Long getBaseBackupRetentionPeriod()
public void setBaseBackupRetentionPeriod(Long BaseBackupRetentionPeriod)
BaseBackupRetentionPeriod
- Retention period of basic backupspublic String getMinBackupStartTime()
public void setMinBackupStartTime(String MinBackupStartTime)
MinBackupStartTime
- The earliest time to start a backuppublic String getMaxBackupStartTime()
public void setMaxBackupStartTime(String MaxBackupStartTime)
MaxBackupStartTime
- The latest time to start a backupCopyright © 2023. All rights reserved.