public class DescribeVpcEndPointRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeVpcEndPointRequest() | 
| DescribeVpcEndPointRequest(DescribeVpcEndPointRequest 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[] | getEndPointId()Get 终端节点ID列表。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 
获取。 | 
| Filter[] | getFilters()Get 过滤条件。当前支持如下过滤条件:
 end-point-service-id- String - (过滤条件)终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
end-point-name - String - (过滤条件)终端节点实例名称。
 end-point-id- String - (过滤条件)终端节点实例ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 
接口获取。
 vpc-id- String - (过滤条件)VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
 | 
| String | getIpAddressType()Get 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。 | 
| Long | getLimit()Get 单页返回数量,默认为20,最大值为100。 | 
| Long | getOffset()Get 偏移量,默认为0。 | 
| void | setEndPointId(String[] EndPointId)Set 终端节点ID列表。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 
获取。 | 
| void | setFilters(Filter[] Filters)Set 过滤条件。当前支持如下过滤条件:
 end-point-service-id- String - (过滤条件)终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
end-point-name - String - (过滤条件)终端节点实例名称。
 end-point-id- String - (过滤条件)终端节点实例ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 
接口获取。
 vpc-id- String - (过滤条件)VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
 | 
| void | setIpAddressType(String IpAddressType)Set 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。 | 
| void | setLimit(Long Limit)Set 单页返回数量,默认为20,最大值为100。 | 
| void | setOffset(Long Offset)Set 偏移量,默认为0。 | 
| 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 DescribeVpcEndPointRequest()
public DescribeVpcEndPointRequest(DescribeVpcEndPointRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件。当前支持如下过滤条件:
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 单页返回数量,默认为20,最大值为100。public String[] getEndPointId()
public void setEndPointId(String[] EndPointId)
EndPointId - 终端节点ID列表。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 
获取。public String getIpAddressType()
public void setIpAddressType(String IpAddressType)
IpAddressType - 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。Copyright © 2025. All rights reserved.