public class DescribeDBBackupsRequest extends AbstractModel
Constructor and Description |
---|
DescribeDBBackupsRequest() |
DescribeDBBackupsRequest(DescribeDBBackupsRequest 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 |
getBackupMethod()
Get 备份方式,当前支持:0-逻辑备份,1-物理备份,2-所有备份。默认为逻辑备份。
|
String |
getInstanceId()
Get 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同
|
Long |
getLimit()
Get 分页大小,最大值为100,不设置默认查询所有。
|
Long |
getOffset()
Get 分页偏移量,最小值为0,默认值为0。
|
void |
setBackupMethod(Long BackupMethod)
Set 备份方式,当前支持:0-逻辑备份,1-物理备份,2-所有备份。默认为逻辑备份。
|
void |
setInstanceId(String InstanceId)
Set 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同
|
void |
setLimit(Long Limit)
Set 分页大小,最大值为100,不设置默认查询所有。
|
void |
setOffset(Long Offset)
Set 分页偏移量,最小值为0,默认值为0。
|
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 DescribeDBBackupsRequest()
public DescribeDBBackupsRequest(DescribeDBBackupsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同public Long getBackupMethod()
public void setBackupMethod(Long BackupMethod)
BackupMethod
- 备份方式,当前支持:0-逻辑备份,1-物理备份,2-所有备份。默认为逻辑备份。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页大小,最大值为100,不设置默认查询所有。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,最小值为0,默认值为0。Copyright © 2021. All rights reserved.