public class DescribeDBInstancesRequest extends AbstractModel
Constructor and Description |
---|
DescribeDBInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getInstanceIdSet()
Get One or more instance IDs in the format of mssql-si2823jyl
|
Long |
getLimit()
Get Number of results per page.
|
Long |
getOffset()
Get Page number.
|
Long |
getPayMode()
Get Retrieves billing type.
|
Long |
getProjectId()
Get Project ID
|
Long |
getStatus()
Get Instance status.
|
String |
getSubnetId()
Get Unique string-type ID of instance subnet in the format of `subnet-xxx`.
|
String |
getVpcId()
Get Unique string-type ID of instance VPC in the format of `vpc-xxx`.
|
void |
setInstanceIdSet(String[] InstanceIdSet)
Set One or more instance IDs in the format of mssql-si2823jyl
|
void |
setLimit(Long Limit)
Set Number of results per page.
|
void |
setOffset(Long Offset)
Set Page number.
|
void |
setPayMode(Long PayMode)
Set Retrieves billing type.
|
void |
setProjectId(Long ProjectId)
Set Project ID
|
void |
setStatus(Long Status)
Set Instance status.
|
void |
setSubnetId(String SubnetId)
Set Unique string-type ID of instance subnet in the format of `subnet-xxx`.
|
void |
setVpcId(String VpcId)
Set Unique string-type ID of instance VPC in the format of `vpc-xxx`.
|
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 Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project IDpublic Long getStatus()
public void setStatus(Long Status)
Status
- Instance status. Valid values:
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Page number. Default value: 0public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results per page. Value range: 1-100. Default value: 100public String[] getInstanceIdSet()
public void setInstanceIdSet(String[] InstanceIdSet)
InstanceIdSet
- One or more instance IDs in the format of mssql-si2823jylpublic Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Retrieves billing type. 0: pay-as-you-gopublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- Unique string-type ID of instance VPC in the format of `vpc-xxx`. If an empty string ("") is passed in, filtering will be made by basic network.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Unique string-type ID of instance subnet in the format of `subnet-xxx`. If an empty string ("") is passed in, filtering will be made by basic network.Copyright © 2020. All rights reserved.