public class DescribeChcHostsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeChcHostsRequest() | 
| DescribeChcHostsRequest(DescribeChcHostsRequest 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[] | getChcIds()Get CHC host ID. | 
| Filter[] | getFilters()Get zone
 Filter by the availability zone, such as `ap-guangzhou-1`. | 
| Long | getLimit()Get The number of returned results. | 
| Long | getOffset()Get The offset. | 
| void | setChcIds(String[] ChcIds)Set CHC host ID. | 
| void | setFilters(Filter[] Filters)Set zone
 Filter by the availability zone, such as `ap-guangzhou-1`. | 
| void | setLimit(Long Limit)Set The number of returned results. | 
| void | setOffset(Long Offset)Set The 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, toJsonStringpublic DescribeChcHostsRequest()
public DescribeChcHostsRequest(DescribeChcHostsRequest source)
public String[] getChcIds()
public void setChcIds(String[] ChcIds)
ChcIds - CHC host ID. Up to 100 instances per request is allowed. `ChcIds` and `Filters` cannot be specified at the same time.public Filter[] getFilters()
Filter by the availability zone, such as `ap-guangzhou-1`.
Type: String
Optional
Valid values: See Regions and Availability Zones
Filter by the instance name.
Type: String
Optional
Filter by the instance status. For status details, see [InstanceStatus](https://intl.cloud.tencent.com/document/api/213/15753?from_cn_redirect=1#InstanceStatus).
Type: String
Optional
Filter by the device type.
Type: String
Optional
Filter by the unique VPC ID.
Type: String
Optional
Filter by the unique VPC subnet ID.
Type: String
Optional
Filter by the availability zone, such as `ap-guangzhou-1`.
Type: String
Optional
Valid values: See Regions and Availability Zones
Filter by the instance name.
Type: String
Optional
Filter by the instance status. For status details, see [InstanceStatus](https://intl.cloud.tencent.com/document/api/213/15753?from_cn_redirect=1#InstanceStatus).
Type: String
Optional
Filter by the device type.
Type: String
Optional
Filter by the unique VPC ID.
Type: String
Optional
Filter by the unique VPC subnet ID.
Type: String
Optional
public void setFilters(Filter[] Filters)
Filter by the availability zone, such as `ap-guangzhou-1`.
Type: String
Optional
Valid values: See Regions and Availability Zones
Filter by the instance name.
Type: String
Optional
Filter by the instance status. For status details, see [InstanceStatus](https://intl.cloud.tencent.com/document/api/213/15753?from_cn_redirect=1#InstanceStatus).
Type: String
Optional
Filter by the device type.
Type: String
Optional
Filter by the unique VPC ID.
Type: String
Optional
Filter by the unique VPC subnet ID.
Type: String
Optional
Filters - Filter by the availability zone, such as `ap-guangzhou-1`.
Type: String
Optional
Valid values: See Regions and Availability Zones
Filter by the instance name.
Type: String
Optional
Filter by the instance status. For status details, see [InstanceStatus](https://intl.cloud.tencent.com/document/api/213/15753?from_cn_redirect=1#InstanceStatus).
Type: String
Optional
Filter by the device type.
Type: String
Optional
Filter by the unique VPC ID.
Type: String
Optional
Filter by the unique VPC subnet ID.
Type: String
Optional
public Long getOffset()
public void setOffset(Long Offset)
Offset - The offset. Default value: `0`. For more information on `Offset`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).public Long getLimit()
public void setLimit(Long Limit)
Limit - The number of returned results. Default value: `20`. Maximum value: `100`. For more information on `Limit`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).Copyright © 2022. All rights reserved.