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 获取所有地域的实例,默认为False
|
Filter[] |
getFilters()
Get 过滤条件
|
Long |
getLimit()
Get 最大输出条数,默认20,最大为100
|
Long |
getOffset()
Get 偏移量,默认0
|
String[] |
getRegistryids()
Get 实例ID列表(为空时,
表示获取账号下所有实例)
|
void |
setAllRegion(Boolean AllRegion)
Set 获取所有地域的实例,默认为False
|
void |
setFilters(Filter[] Filters)
Set 过滤条件
|
void |
setLimit(Long Limit)
Set 最大输出条数,默认20,最大为100
|
void |
setOffset(Long Offset)
Set 偏移量,默认0
|
void |
setRegistryids(String[] Registryids)
Set 实例ID列表(为空时,
表示获取账号下所有实例)
|
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
- 实例ID列表(为空时,
表示获取账号下所有实例)public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 最大输出条数,默认20,最大为100public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件public Boolean getAllRegion()
public void setAllRegion(Boolean AllRegion)
AllRegion
- 获取所有地域的实例,默认为FalseCopyright © 2021. All rights reserved.