public class DescribeDBBackupsRequest extends AbstractModel
header, skipSign
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:物理备份。
- 3:快照备份。
说明**:
1.
|
String |
getInstanceId()
Get 实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。
|
Long |
getLimit()
Get 分页大小,最大值为100,不设置默认查询所有。
|
Long |
getOffset()
Get 分页偏移量,最小值为0,默认值为0。
|
void |
setBackupMethod(Long BackupMethod)
Set 备份方式。
- 0:逻辑备份。
- 1:物理备份。
- 3:快照备份。
说明**:
1.
|
void |
setInstanceId(String InstanceId)
Set 实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDBBackupsRequest()
public DescribeDBBackupsRequest(DescribeDBBackupsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。public Long getBackupMethod()
public void setBackupMethod(Long BackupMethod)
BackupMethod
- 备份方式。
- 0:逻辑备份。
- 1:物理备份。
- 3:快照备份。
说明**:
1. 通用版实例支持逻辑备份与物理备份。云盘版实例支持物理备份与快照备份,暂不支持逻辑备份。
2. 实例开通存储加密,则备份方式不能为物理备份。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页大小,最大值为100,不设置默认查询所有。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,最小值为0,默认值为0。Copyright © 2025. All rights reserved.