public class DescribeTargetGroupListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTargetGroupListRequest() | 
| DescribeTargetGroupListRequest(DescribeTargetGroupListRequest 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 过滤条件数组。
- TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,可以通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)获取,如“vpc-bhqk****”。
- TargetGroupName - String - 是否必填:否 - (过滤条件)按照目标组的名称过滤,如“tg_name” | 
| Long | getLimit()Get 显示条数限制,默认为20,最大值为1000。 | 
| Long | getOffset()Get 显示的偏移起始量,默认为0。 | 
| String[] | getTargetGroupIds()Get 目标组ID数组。 | 
| void | setFilters(Filter[] Filters)Set 过滤条件数组。
- TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,可以通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)获取,如“vpc-bhqk****”。
- TargetGroupName - String - 是否必填:否 - (过滤条件)按照目标组的名称过滤,如“tg_name” | 
| void | setLimit(Long Limit)Set 显示条数限制,默认为20,最大值为1000。 | 
| void | setOffset(Long Offset)Set 显示的偏移起始量,默认为0。 | 
| void | setTargetGroupIds(String[] TargetGroupIds)Set 目标组ID数组。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTargetGroupListRequest()
public DescribeTargetGroupListRequest(DescribeTargetGroupListRequest source)
public String[] getTargetGroupIds()
public void setTargetGroupIds(String[] TargetGroupIds)
TargetGroupIds - 目标组ID数组。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件数组。
- TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,可以通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)获取,如“vpc-bhqk****”。
- TargetGroupName - String - 是否必填:否 - (过滤条件)按照目标组的名称过滤,如“tg_name”public Long getOffset()
public void setOffset(Long Offset)
Offset - 显示的偏移起始量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 显示条数限制,默认为20,最大值为1000。Copyright © 2025. All rights reserved.