public class DescribeComputeEnvsRequest extends AbstractModel
Constructor and Description |
---|
DescribeComputeEnvsRequest() |
DescribeComputeEnvsRequest(DescribeComputeEnvsRequest 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 |
---|---|
String[] |
getEnvIds()
Get List of compute environment IDs, which cannot be specified together with the `Filters` parameter.
|
Filter[] |
getFilters()
Get Filters
`zone` - String - Optional - Availability zone.
`env-id` - String - Optional - Compute environment ID.
`env-name` - String - Optional - Compute environment name.
`resource-type` - String - Optional - Compute resource type (`CVM` or `CPM`).
`tag-key` - String - Optional - Tag key.
`tag-value` - String - Optional - Tag value.
`tag:tag-key` - String - Optional - Tag key-value pair.
|
Long |
getLimit()
Get Maximum number of returned items
|
Long |
getOffset()
Get Offset
|
void |
setEnvIds(String[] EnvIds)
Set List of compute environment IDs, which cannot be specified together with the `Filters` parameter.
|
void |
setFilters(Filter[] Filters)
Set Filters
`zone` - String - Optional - Availability zone.
`env-id` - String - Optional - Compute environment ID.
`env-name` - String - Optional - Compute environment name.
`resource-type` - String - Optional - Compute resource type (`CVM` or `CPM`).
`tag-key` - String - Optional - Tag key.
`tag-value` - String - Optional - Tag value.
`tag:tag-key` - String - Optional - Tag key-value pair.
|
void |
setLimit(Long Limit)
Set Maximum number of returned items
|
void |
setOffset(Long Offset)
Set Offset
|
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 DescribeComputeEnvsRequest()
public DescribeComputeEnvsRequest(DescribeComputeEnvsRequest source)
public String[] getEnvIds()
public void setEnvIds(String[] EnvIds)
EnvIds
- List of compute environment IDs, which cannot be specified together with the `Filters` parameter.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filters
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum number of returned itemsCopyright © 2023. All rights reserved.