public class DescribeTargetGroupsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTargetGroupsRequest() |
DescribeTargetGroupsRequest(DescribeTargetGroupsRequest 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, toJsonString
public DescribeTargetGroupsRequest()
public DescribeTargetGroupsRequest(DescribeTargetGroupsRequest source)
public String[] getTargetGroupIds()
public void setTargetGroupIds(String[] TargetGroupIds)
TargetGroupIds
- 目标组ID。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 显示条数限制,默认为20,最大值为1000。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 显示的偏移起始量,默认为0。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”Copyright © 2025. All rights reserved.