public class DescribeDiagDBInstancesRequest extends AbstractModel
Constructor and Description |
---|
DescribeDiagDBInstancesRequest() |
DescribeDiagDBInstancesRequest(DescribeDiagDBInstancesRequest 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[] |
getInstanceIds()
Get 根据实例ID条件查询。
|
String[] |
getInstanceNames()
Get 根据实例名称条件查询。
|
Boolean |
getIsSupported()
Get 是否是DBbrain支持的实例,固定传 true。
|
Long |
getLimit()
Get 分页参数,分页值,最大值为100。
|
Long |
getOffset()
Get 分页参数,偏移量。
|
String |
getProduct()
Get 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
String[] |
getRegions()
Get 根据地域条件查询。
|
void |
setInstanceIds(String[] InstanceIds)
Set 根据实例ID条件查询。
|
void |
setInstanceNames(String[] InstanceNames)
Set 根据实例名称条件查询。
|
void |
setIsSupported(Boolean IsSupported)
Set 是否是DBbrain支持的实例,固定传 true。
|
void |
setLimit(Long Limit)
Set 分页参数,分页值,最大值为100。
|
void |
setOffset(Long Offset)
Set 分页参数,偏移量。
|
void |
setProduct(String Product)
Set 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
void |
setRegions(String[] Regions)
Set 根据地域条件查询。
|
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 DescribeDiagDBInstancesRequest()
public DescribeDiagDBInstancesRequest(DescribeDiagDBInstancesRequest source)
public Boolean getIsSupported()
public void setIsSupported(Boolean IsSupported)
IsSupported
- 是否是DBbrain支持的实例,固定传 true。public String getProduct()
public void setProduct(String Product)
Product
- 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页参数,偏移量。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页参数,分页值,最大值为100。public String[] getInstanceNames()
public void setInstanceNames(String[] InstanceNames)
InstanceNames
- 根据实例名称条件查询。public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 根据实例ID条件查询。public String[] getRegions()
public void setRegions(String[] Regions)
Regions
- 根据地域条件查询。Copyright © 2021. All rights reserved.