public class ModifyVpcEndPointServiceAttributeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyVpcEndPointServiceAttributeRequest() | 
| ModifyVpcEndPointServiceAttributeRequest(ModifyVpcEndPointServiceAttributeRequest 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 | 
|---|---|
| Boolean | getAutoAcceptFlag()Get 是否自动接受终端节点的连接请求。true:自动接受false:不自动接受 | 
| String | getEndPointServiceId()Get 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。 | 
| String | getEndPointServiceName()Get 终端节点服务名称。长度不超过60个字符。 | 
| String | getIpAddressType()Get 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。 | 
| String | getServiceInstanceId()Get 后端服务的ID,比如lb-p1hiksdg。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)接口获取 | 
| String | getVpcId()Get VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。 | 
| void | setAutoAcceptFlag(Boolean AutoAcceptFlag)Set 是否自动接受终端节点的连接请求。true:自动接受false:不自动接受 | 
| void | setEndPointServiceId(String EndPointServiceId)Set 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。 | 
| void | setEndPointServiceName(String EndPointServiceName)Set 终端节点服务名称。长度不超过60个字符。 | 
| void | setIpAddressType(String IpAddressType)Set 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。 | 
| void | setServiceInstanceId(String ServiceInstanceId)Set 后端服务的ID,比如lb-p1hiksdg。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)接口获取 | 
| void | setVpcId(String VpcId)Set VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。 | 
| 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 ModifyVpcEndPointServiceAttributeRequest()
public ModifyVpcEndPointServiceAttributeRequest(ModifyVpcEndPointServiceAttributeRequest source)
public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId - 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。public String getEndPointServiceName()
public void setEndPointServiceName(String EndPointServiceName)
EndPointServiceName - 终端节点服务名称。长度不超过60个字符。public Boolean getAutoAcceptFlag()
public void setAutoAcceptFlag(Boolean AutoAcceptFlag)
AutoAcceptFlag - 是否自动接受终端节点的连接请求。public String getServiceInstanceId()
public void setServiceInstanceId(String ServiceInstanceId)
ServiceInstanceId - 后端服务的ID,比如lb-p1hiksdg。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)接口获取public String getIpAddressType()
public void setIpAddressType(String IpAddressType)
IpAddressType - 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。Copyright © 2025. All rights reserved.