public class ModifyBackupPlanRequest extends AbstractModel
| Constructor and Description |
|---|
ModifyBackupPlanRequest() |
ModifyBackupPlanRequest(ModifyBackupPlanRequest 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, which means on which days each week the instance will be backed up.
|
Long |
getBaseBackupRetentionPeriod()
Get Backup retention period in days.
|
String |
getDBInstanceId()
Get Instance ID
|
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, which means on which days each week the instance will be backed up.
|
void |
setBaseBackupRetentionPeriod(Long BaseBackupRetentionPeriod)
Set Backup retention period in days.
|
void |
setDBInstanceId(String DBInstanceId)
Set Instance ID
|
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, toJsonStringpublic ModifyBackupPlanRequest()
public ModifyBackupPlanRequest(ModifyBackupPlanRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId - Instance IDpublic 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 backuppublic Long getBaseBackupRetentionPeriod()
public void setBaseBackupRetentionPeriod(Long BaseBackupRetentionPeriod)
BaseBackupRetentionPeriod - Backup retention period in days. Value range: 3-7public String[] getBackupPeriod()
public void setBackupPeriod(String[] BackupPeriod)
BackupPeriod - Backup cycle, which means on which days each week the instance will be backed up. The parameter value should be the lowercase names of the days of the week.Copyright © 2022. All rights reserved.