public class DescribeRegularBackupPlanRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRegularBackupPlanRequest() |
DescribeRegularBackupPlanRequest(DescribeRegularBackupPlanRequest 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 |
---|---|
Long[] |
getBackupCycle()
Get Regular backup cycle.
|
String |
getInstanceId()
Get Instance ID.
|
Long |
getRegularBackupCounts()
Get Number of retained scheduled backups.
|
Long |
getRegularBackupSaveDays()
Get Scheduled backup retention days, in the range of [90 - 3650].
|
String |
getRegularBackupStartTime()
Get Scheduled backup start date, in the format of YYYY-MM-DD.
|
String |
getRegularBackupStrategy()
Get Scheduled backup policy.
|
void |
setBackupCycle(Long[] BackupCycle)
Set Regular backup cycle.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setRegularBackupCounts(Long RegularBackupCounts)
Set Number of retained scheduled backups.
|
void |
setRegularBackupSaveDays(Long RegularBackupSaveDays)
Set Scheduled backup retention days, in the range of [90 - 3650].
|
void |
setRegularBackupStartTime(String RegularBackupStartTime)
Set Scheduled backup start date, in the format of YYYY-MM-DD.
|
void |
setRegularBackupStrategy(String RegularBackupStrategy)
Set Scheduled backup policy.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRegularBackupPlanRequest()
public DescribeRegularBackupPlanRequest(DescribeRegularBackupPlanRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public Long getRegularBackupSaveDays()
public void setRegularBackupSaveDays(Long RegularBackupSaveDays)
RegularBackupSaveDays
- Scheduled backup retention days, in the range of [90 - 3650]. The default value is 365.public String getRegularBackupStrategy()
public void setRegularBackupStrategy(String RegularBackupStrategy)
RegularBackupStrategy
- Scheduled backup policy. years - annually; quarters - quarterly; months - monthly. The default value is months.public Long getRegularBackupCounts()
public void setRegularBackupCounts(Long RegularBackupCounts)
RegularBackupCounts
- Number of retained scheduled backups. The default value is 1.public String getRegularBackupStartTime()
public void setRegularBackupStartTime(String RegularBackupStartTime)
RegularBackupStartTime
- Scheduled backup start date, in the format of YYYY-MM-DD. The current date is used by default.public Long[] getBackupCycle()
public void setBackupCycle(Long[] BackupCycle)
BackupCycle
- Regular backup cycle.Copyright © 2025. All rights reserved.