public class DescribeDBsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeDBsRequest() |
DescribeDBsRequest(DescribeDBsRequest 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 |
getEncryption()
Get 是否已开启TDE加密,enable-已加密,disable-未加密
|
String[] |
getInstanceIdSet()
Get 实例ID
|
Long |
getLimit()
Get 分页返回,每页返回的数目,取值为1-100,默认值为20
|
String |
getName()
Get 数据库名称
|
Long |
getOffset()
Get 分页返回,页编号,默认值为第0页
|
String |
getOrderByType()
Get 排序规则(desc-降序,asc-升序),默认desc
|
void |
setEncryption(String Encryption)
Set 是否已开启TDE加密,enable-已加密,disable-未加密
|
void |
setInstanceIdSet(String[] InstanceIdSet)
Set 实例ID
|
void |
setLimit(Long Limit)
Set 分页返回,每页返回的数目,取值为1-100,默认值为20
|
void |
setName(String Name)
Set 数据库名称
|
void |
setOffset(Long Offset)
Set 分页返回,页编号,默认值为第0页
|
void |
setOrderByType(String OrderByType)
Set 排序规则(desc-降序,asc-升序),默认desc
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDBsRequest()
public DescribeDBsRequest(DescribeDBsRequest source)
public String[] getInstanceIdSet()
public void setInstanceIdSet(String[] InstanceIdSet)
InstanceIdSet
- 实例IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页返回,每页返回的数目,取值为1-100,默认值为20public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页返回,页编号,默认值为第0页public String getName()
public void setName(String Name)
Name
- 数据库名称public String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType
- 排序规则(desc-降序,asc-升序),默认descpublic String getEncryption()
public void setEncryption(String Encryption)
Encryption
- 是否已开启TDE加密,enable-已加密,disable-未加密Copyright © 2023. All rights reserved.