public class DescribeVpcEndPointServiceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeVpcEndPointServiceRequest() |
DescribeVpcEndPointServiceRequest(DescribeVpcEndPointServiceRequest 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[] |
getEndPointServiceIds()
Get 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。不支持同时传入参数 EndPointServiceIds and Filters。
|
Filter[] |
getFilters()
Get 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
service-id - String - (过滤条件)终端节点服务唯一ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
service-name - String - (过滤条件)终端节点实例名称。
service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-dehd3e33。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;
MYSQL可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;
CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;
GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取。
service-type - String - (过滤条件)后端PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡),不填默认查询类型为CLB。
|
String |
getIpAddressType()
Get 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
Boolean |
getIsListAuthorizedEndPointService()
Get 不支持同时传入参数 Filters 。 列出授权给当前账号的终端节点服务信息。可以配合EndPointServiceIds参数进行过滤,哪些终端节点服务授权了该账户。
|
Long |
getLimit()
Get 单页返回数量,默认为20,最大值为100。
|
Long |
getOffset()
Get 偏移量,默认为0。
|
void |
setEndPointServiceIds(String[] EndPointServiceIds)
Set 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。不支持同时传入参数 EndPointServiceIds and Filters。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
service-id - String - (过滤条件)终端节点服务唯一ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
service-name - String - (过滤条件)终端节点实例名称。
service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-dehd3e33。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;
MYSQL可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;
CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;
GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取。
service-type - String - (过滤条件)后端PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡),不填默认查询类型为CLB。
|
void |
setIpAddressType(String IpAddressType)
Set 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
void |
setIsListAuthorizedEndPointService(Boolean IsListAuthorizedEndPointService)
Set 不支持同时传入参数 Filters 。 列出授权给当前账号的终端节点服务信息。可以配合EndPointServiceIds参数进行过滤,哪些终端节点服务授权了该账户。
|
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, toJsonString
public DescribeVpcEndPointServiceRequest()
public DescribeVpcEndPointServiceRequest(DescribeVpcEndPointServiceRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 单页返回数量,默认为20,最大值为100。public String[] getEndPointServiceIds()
public void setEndPointServiceIds(String[] EndPointServiceIds)
EndPointServiceIds
- 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。不支持同时传入参数 EndPointServiceIds and Filters。public Boolean getIsListAuthorizedEndPointService()
public void setIsListAuthorizedEndPointService(Boolean IsListAuthorizedEndPointService)
IsListAuthorizedEndPointService
- public String getIpAddressType()
public void setIpAddressType(String IpAddressType)
IpAddressType
- 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。Copyright © 2025. All rights reserved.