public class ModifyBackupConfigRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyBackupConfigRequest() | 
| ModifyBackupConfigRequest(ModifyBackupConfigRequest 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[] | getBackupFreq()Get Backup frequency. | 
| Long | getBackupTimeBeg()Get Full backup start time. | 
| Long | getBackupTimeEnd()Get Full backup end time. | 
| String | getBackupType()Get Backup mode. | 
| String | getClusterId()Get Cluster ID | 
| Long | getReserveDuration()Get Backup retention period in seconds. | 
| void | setBackupFreq(String[] BackupFreq)Set Backup frequency. | 
| void | setBackupTimeBeg(Long BackupTimeBeg)Set Full backup start time. | 
| void | setBackupTimeEnd(Long BackupTimeEnd)Set Full backup end time. | 
| void | setBackupType(String BackupType)Set Backup mode. | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setReserveDuration(Long ReserveDuration)Set Backup retention period in seconds. | 
| 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, toJsonStringpublic ModifyBackupConfigRequest()
public ModifyBackupConfigRequest(ModifyBackupConfigRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic Long getBackupTimeBeg()
public void setBackupTimeBeg(Long BackupTimeBeg)
BackupTimeBeg - Full backup start time. Value range: [0-24*3600]. For example, 0:00 AM, 1:00 AM, and 2:00 AM are represented by 0, 3600, and 7200, respectivelypublic Long getBackupTimeEnd()
public void setBackupTimeEnd(Long BackupTimeEnd)
BackupTimeEnd - Full backup end time. Value range: [0-24*3600]. For example, 0:00 AM, 1:00 AM, and 2:00 AM are represented by 0, 3600, and 7200, respectively.public Long getReserveDuration()
public void setReserveDuration(Long ReserveDuration)
ReserveDuration - Backup retention period in seconds. Backups will be cleared after this period elapses. 7 days is represented by 3600*24*7 = 604800. Maximum value: 158112000.public String[] getBackupFreq()
public void setBackupFreq(String[] BackupFreq)
BackupFreq - Backup frequency. It is an array of 7 elements corresponding to Monday through Sunday. full: full backup; increment: incremental backup. This parameter cannot be modified currently and doesn't need to be entered.public String getBackupType()
public void setBackupType(String BackupType)
BackupType - Backup mode. logic: logic backup; snapshot: snapshot backup. This parameter cannot be modified currently and doesn't need to be entered.Copyright © 2022. All rights reserved.