public class DescribeModuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeModuleRequest() |
DescribeModuleRequest(DescribeModuleRequest 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 |
---|---|
Filter[] |
getFilters()
Get Filter.
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset.
|
String |
getOrderByField()
Get Specified sort by field.
|
Long |
getOrderDirection()
Get Sorting order.
|
void |
setFilters(Filter[] Filters)
Set Filter.
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setOrderByField(String OrderByField)
Set Specified sort by field.
|
void |
setOrderDirection(Long OrderDirection)
Set Sorting order.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeModuleRequest()
public DescribeModuleRequest(DescribeModuleRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter.
module-name - string - Required: no - (Filter) Filter by module name.
module-id - string - Required: no - (Filter) Filter by module ID.
image-id String Required: no (Filter) Filter by image ID.
instance-family String Required: no (Filter) Filter by model family.
security-group-id - string Required: no - (Filter) Filter by ID of the security group bound to the module.
Each request can contain up to 10 `Filters` and 5 `Filter.Values`.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0. For more information on `Offset`, see the relevant section of the API overview.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant section of the API overview.public String getOrderByField()
public void setOrderByField(String OrderByField)
OrderByField
- Specified sort by field. Currently, valid values are as follows:
instance-num: sort by the number of instances.
node-num: sort by the number of nodes.
timestamp: sort by instance creation time.
If this parameter is not specified, instances will be sorted by creation time by default.public Long getOrderDirection()
public void setOrderDirection(Long OrderDirection)
OrderDirection
- Sorting order. 0: descending; 1: ascending. If this parameter is not specified, it will be descending by default.Copyright © 2024. All rights reserved.