public class CreateVpcEndPointRequest extends AbstractModel
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 终端节点名称。
|
String |
getEndPointServiceId()
Get 终端节点服务ID。
|
String |
getEndPointVip()
Get 终端节点VIP,可以指定IP申请。
|
String |
getSecurityGroupId()
Get 安全组ID。
|
String |
getSubnetId()
Get 子网实例ID。
|
String |
getVpcId()
Get VPC实例ID。
|
void |
setEndPointName(String EndPointName)
Set 终端节点名称。
|
void |
setEndPointServiceId(String EndPointServiceId)
Set 终端节点服务ID。
|
void |
setEndPointVip(String EndPointVip)
Set 终端节点VIP,可以指定IP申请。
|
void |
setSecurityGroupId(String SecurityGroupId)
Set 安全组ID。
|
void |
setSubnetId(String SubnetId)
Set 子网实例ID。
|
void |
setVpcId(String VpcId)
Set VPC实例ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateVpcEndPointRequest()
public CreateVpcEndPointRequest(CreateVpcEndPointRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC实例ID。public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 子网实例ID。public String getEndPointName()
public void setEndPointName(String EndPointName)
EndPointName
- 终端节点名称。public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId
- 终端节点服务ID。public String getEndPointVip()
public void setEndPointVip(String EndPointVip)
EndPointVip
- 终端节点VIP,可以指定IP申请。public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- 安全组ID。Copyright © 2022. All rights reserved.