Class CreateVpcEndPointRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.CreateVpcEndPointRequest
-
public class CreateVpcEndPointRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndPointName()Get 终端节点名称。StringgetEndPointServiceId()Get 终端节点服务ID。StringgetEndPointVip()Get 终端节点VIP,可以指定IP申请。StringgetSecurityGroupId()Get 安全组ID。StringgetSubnetId()Get 子网实例ID。StringgetVpcId()Get VPC实例ID。voidsetEndPointName(String EndPointName)Set 终端节点名称。voidsetEndPointServiceId(String EndPointServiceId)Set 终端节点服务ID。voidsetEndPointVip(String EndPointVip)Set 终端节点VIP,可以指定IP申请。voidsetSecurityGroupId(String SecurityGroupId)Set 安全组ID。voidsetSubnetId(String SubnetId)Set 子网实例ID。voidsetVpcId(String VpcId)Set VPC实例ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateVpcEndPointRequest
public CreateVpcEndPointRequest()
-
CreateVpcEndPointRequest
public 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.
-
-
Method Detail
-
getVpcId
public String getVpcId()
Get VPC实例ID。- Returns:
- VpcId VPC实例ID。
-
setVpcId
public void setVpcId(String VpcId)
Set VPC实例ID。- Parameters:
VpcId- VPC实例ID。
-
getSubnetId
public String getSubnetId()
Get 子网实例ID。- Returns:
- SubnetId 子网实例ID。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网实例ID。- Parameters:
SubnetId- 子网实例ID。
-
getEndPointName
public String getEndPointName()
Get 终端节点名称。- Returns:
- EndPointName 终端节点名称。
-
setEndPointName
public void setEndPointName(String EndPointName)
Set 终端节点名称。- Parameters:
EndPointName- 终端节点名称。
-
getEndPointServiceId
public String getEndPointServiceId()
Get 终端节点服务ID。- Returns:
- EndPointServiceId 终端节点服务ID。
-
setEndPointServiceId
public void setEndPointServiceId(String EndPointServiceId)
Set 终端节点服务ID。- Parameters:
EndPointServiceId- 终端节点服务ID。
-
getEndPointVip
public String getEndPointVip()
Get 终端节点VIP,可以指定IP申请。- Returns:
- EndPointVip 终端节点VIP,可以指定IP申请。
-
setEndPointVip
public void setEndPointVip(String EndPointVip)
Set 终端节点VIP,可以指定IP申请。- Parameters:
EndPointVip- 终端节点VIP,可以指定IP申请。
-
getSecurityGroupId
public String getSecurityGroupId()
Get 安全组ID。- Returns:
- SecurityGroupId 安全组ID。
-
setSecurityGroupId
public void setSecurityGroupId(String SecurityGroupId)
Set 安全组ID。- Parameters:
SecurityGroupId- 安全组ID。
-
-