public class DescribeInstancesRequest extends AbstractModel
Constructor and Description |
---|
DescribeInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters()
Get Filters.
|
String[] |
getInstanceIds()
Get Instance ID(s) in the format of `ins-xxxxxxxx`.
|
Long |
getLimit()
Get Number of results returned; default value: 20; maximum: 100.
|
Long |
getOffset()
Get Offset; default value: 0.
|
void |
setFilters(Filter[] Filters)
Set Filters.
|
void |
setInstanceIds(String[] InstanceIds)
Set Instance ID(s) in the format of `ins-xxxxxxxx`.
|
void |
setLimit(Long Limit)
Set Number of results returned; default value: 20; maximum: 100.
|
void |
setOffset(Long Offset)
Set Offset; default value: 0.
|
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 String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- Instance ID(s) in the format of `ins-xxxxxxxx`. For more information on the format of this parameter, see the `id.N` section of [API Introduction](https://cloud.tencent.com/document/api/213/15688). The maximum number of instances in each request is 100. You cannot specify `InstanceIds` and `Filters` at the same time.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filters.
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset; default value: 0. For more information on `Offset`, see the corresponding section in API [Introduction](https://intl.cloud.tencent.com/document/product/377).public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results returned; default value: 20; maximum: 100. For more information on `Limit`, see the corresponding section in API [Introduction](https://intl.cloud.tencent.com/document/product/377).Copyright © 2020. All rights reserved.