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 实例备份周期,按照星期维度,格式为小写星期英文单词
|
Long |
getBaseBackupRetentionPeriod()
Get 实例备份保留时长,取值范围为3-7,单位是天
|
String |
getDBInstanceId()
Get 实例ID
|
String |
getMaxBackupStartTime()
Get 实例最晚开始备份时间
|
String |
getMinBackupStartTime()
Get 实例最早开始备份时间
|
void |
setBackupPeriod(String[] BackupPeriod)
Set 实例备份周期,按照星期维度,格式为小写星期英文单词
|
void |
setBaseBackupRetentionPeriod(Long BaseBackupRetentionPeriod)
Set 实例备份保留时长,取值范围为3-7,单位是天
|
void |
setDBInstanceId(String DBInstanceId)
Set 实例ID
|
void |
setMaxBackupStartTime(String MaxBackupStartTime)
Set 实例最晚开始备份时间
|
void |
setMinBackupStartTime(String MinBackupStartTime)
Set 实例最早开始备份时间
|
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 ModifyBackupPlanRequest()
public ModifyBackupPlanRequest(ModifyBackupPlanRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- 实例IDpublic String getMinBackupStartTime()
public void setMinBackupStartTime(String MinBackupStartTime)
MinBackupStartTime
- 实例最早开始备份时间public String getMaxBackupStartTime()
public void setMaxBackupStartTime(String MaxBackupStartTime)
MaxBackupStartTime
- 实例最晚开始备份时间public Long getBaseBackupRetentionPeriod()
public void setBaseBackupRetentionPeriod(Long BaseBackupRetentionPeriod)
BaseBackupRetentionPeriod
- 实例备份保留时长,取值范围为3-7,单位是天public String[] getBackupPeriod()
public void setBackupPeriod(String[] BackupPeriod)
BackupPeriod
- 实例备份周期,按照星期维度,格式为小写星期英文单词Copyright © 2023. All rights reserved.