public class ListInstancesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dbType
The type of the database.
|
String |
envType
The type of the environment to which the database instance belongs.
|
String |
instanceSource
The source of the database instance.
|
String |
instanceState
The status of the database instance.
|
String |
netType
The network type of the database instance.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
searchKey
The keyword that is used to search for database instances.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListInstancesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListInstancesRequest |
build(Map<String,?> map) |
String |
getDbType() |
String |
getEnvType() |
String |
getInstanceSource() |
String |
getInstanceState() |
String |
getNetType() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getSearchKey() |
Long |
getTid() |
ListInstancesRequest |
setDbType(String dbType) |
ListInstancesRequest |
setEnvType(String envType) |
ListInstancesRequest |
setInstanceSource(String instanceSource) |
ListInstancesRequest |
setInstanceState(String instanceState) |
ListInstancesRequest |
setNetType(String netType) |
ListInstancesRequest |
setPageNumber(Integer pageNumber) |
ListInstancesRequest |
setPageSize(Integer pageSize) |
ListInstancesRequest |
setSearchKey(String searchKey) |
ListInstancesRequest |
setTid(Long tid) |
@NameInMap(value="DbType") public String dbType
The type of the database. For more information about the valid values of this parameter, see DbType parameter.
example:MySQL
@NameInMap(value="EnvType") public String envType
The type of the environment to which the database instance belongs. Valid values:
product
@NameInMap(value="InstanceSource") public String instanceSource
The source of the database instance. Valid values:
RDS
@NameInMap(value="InstanceState") public String instanceState
The status of the database instance. Valid values:
NORMAL
@NameInMap(value="NetType") public String netType
The network type of the database instance. Valid values:
VPC
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. The number cannot exceed 100.
example:50
@NameInMap(value="SearchKey") public String searchKey
The keyword that is used to search for database instances.
example:test
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to obtain the tenant ID.
example:3***
public static ListInstancesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListInstancesRequest setDbType(String dbType)
public String getDbType()
public ListInstancesRequest setEnvType(String envType)
public String getEnvType()
public ListInstancesRequest setInstanceSource(String instanceSource)
public String getInstanceSource()
public ListInstancesRequest setInstanceState(String instanceState)
public String getInstanceState()
public ListInstancesRequest setNetType(String netType)
public String getNetType()
public ListInstancesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListInstancesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListInstancesRequest setSearchKey(String searchKey)
public String getSearchKey()
public ListInstancesRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.