public class CreateVpcEndPointServiceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateVpcEndPointServiceRequest() | 
| CreateVpcEndPointServiceRequest(CreateVpcEndPointServiceRequest 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 是否自动接受。 | 
| String | getEndPointServiceName()Get 终端节点服务名称。 | 
| String | getIpAddressType()Get 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。 | 
| Boolean | getIsPassService()Get ~~是否是PassService类型。该字段已废弃,请不要使用该字段。~~ | 
| String | getServiceInstanceId()Get 后端服务ID,比如lb-p1hiksdg。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;CDB可通过[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 | getServiceType()Get 挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。不填默认挂载为CLB。 | 
| Tag[] | getTags()Get 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。 | 
| String | getVpcId()Get VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。 | 
| void | setAutoAcceptFlag(Boolean AutoAcceptFlag)Set 是否自动接受。 | 
| void | setEndPointServiceName(String EndPointServiceName)Set 终端节点服务名称。 | 
| void | setIpAddressType(String IpAddressType)Set 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。 | 
| void | setIsPassService(Boolean IsPassService)Set ~~是否是PassService类型。该字段已废弃,请不要使用该字段。~~ | 
| void | setServiceInstanceId(String ServiceInstanceId)Set 后端服务ID,比如lb-p1hiksdg。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;CDB可通过[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 | setServiceType(String ServiceType)Set 挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。不填默认挂载为CLB。 | 
| void | setTags(Tag[] Tags)Set 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。 | 
| 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 CreateVpcEndPointServiceRequest()
public CreateVpcEndPointServiceRequest(CreateVpcEndPointServiceRequest source)
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 - 终端节点服务名称。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)接口获取;CDB可通过[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 Boolean getIsPassService()
public void setIsPassService(Boolean IsPassService)
IsPassService - ~~是否是PassService类型。该字段已废弃,请不要使用该字段。~~public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType - 挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。不填默认挂载为CLB。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。public String getIpAddressType()
public void setIpAddressType(String IpAddressType)
IpAddressType - 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。Copyright © 2025. All rights reserved.