public class CreateVpcEndPointRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateVpcEndPointRequest() |
CreateVpcEndPointRequest(CreateVpcEndPointRequest 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 |
getEndPointName()
Get 终端节点名称。限制为60个字符。
|
String |
getEndPointServiceId()
Get 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
String |
getEndPointVip()
Get 终端节点VIP,可以指定IP申请。
|
String |
getIpAddressType()
Get 协议类型,支持 Ipv4,Ipv6,默认 Ipv4
|
String |
getSecurityGroupId()
Get 安全组ID。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
String |
getSubnetId()
Get 子网实例ID。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
|
Tag[] |
getTags()
Get 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
String |
getVpcId()
Get VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
void |
setEndPointName(String EndPointName)
Set 终端节点名称。限制为60个字符。
|
void |
setEndPointServiceId(String EndPointServiceId)
Set 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
void |
setEndPointVip(String EndPointVip)
Set 终端节点VIP,可以指定IP申请。
|
void |
setIpAddressType(String IpAddressType)
Set 协议类型,支持 Ipv4,Ipv6,默认 Ipv4
|
void |
setSecurityGroupId(String SecurityGroupId)
Set 安全组ID。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
void |
setSubnetId(String SubnetId)
Set 子网实例ID。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
|
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, toJsonString
public CreateVpcEndPointRequest()
public CreateVpcEndPointRequest(CreateVpcEndPointRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 子网实例ID。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。public String getEndPointName()
public void setEndPointName(String EndPointName)
EndPointName
- 终端节点名称。限制为60个字符。public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId
- 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。public String getEndPointVip()
public void setEndPointVip(String EndPointVip)
EndPointVip
- 终端节点VIP,可以指定IP申请。public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- 安全组ID。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。public String getIpAddressType()
public void setIpAddressType(String IpAddressType)
IpAddressType
- 协议类型,支持 Ipv4,Ipv6,默认 Ipv4Copyright © 2025. All rights reserved.