public class DescribeBackupConfigResponse extends AbstractModel
Constructor and Description |
---|
DescribeBackupConfigResponse() |
DescribeBackupConfigResponse(DescribeBackupConfigResponse 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 |
getRequestId()
Get The unique request ID, which is returned for each request.
|
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 |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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, toJsonString
public DescribeBackupConfigResponse()
public DescribeBackupConfigResponse(DescribeBackupConfigResponse source)
public 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, respectivelypublic 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 = 604800public 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
Note: this field may return null, indicating that no valid values can be obtained.public String getBackupType()
public void setBackupType(String BackupType)
BackupType
- Backup mode. logic: logic backup; snapshot: snapshot backup
Note: this field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.