public class DescribeInstancesRequest extends AbstractModel
Constructor and Description |
---|
DescribeInstancesRequest() |
DescribeInstancesRequest(DescribeInstancesRequest 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 |
---|---|
Boolean |
getAllRegion()
Get Whether to get the instances in all regions.
|
Filter[] |
getFilters()
Get Filters
|
Long |
getLimit()
Get Maximum number of output entries.
|
Long |
getOffset()
Get Offset.
|
String[] |
getRegistryids()
Get List of instance IDs (if it is empty,
it indicates to get all instances under the current account)
|
void |
setAllRegion(Boolean AllRegion)
Set Whether to get the instances in all regions.
|
void |
setFilters(Filter[] Filters)
Set Filters
|
void |
setLimit(Long Limit)
Set Maximum number of output entries.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setRegistryids(String[] Registryids)
Set List of instance IDs (if it is empty,
it indicates to get all instances under the current account)
|
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 DescribeInstancesRequest()
public DescribeInstancesRequest(DescribeInstancesRequest source)
public String[] getRegistryids()
public void setRegistryids(String[] Registryids)
Registryids
- List of instance IDs (if it is empty,
it indicates to get all instances under the current account)public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum number of output entries. Default value: 20. Maximum value: 100.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filterspublic Boolean getAllRegion()
public void setAllRegion(Boolean AllRegion)
AllRegion
- Whether to get the instances in all regions. Default value: False.Copyright © 2023. All rights reserved.