public class ExposeServiceRequest extends AbstractModel
Constructor and Description |
---|
ExposeServiceRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getExposeType()
Get 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)
|
String |
getServiceId()
Get 服务Id
|
String |
getSubnetId()
Get 暴露方式为 VPC 时,填写需要打通的子网Id
|
String |
getVpcId()
Get 暴露方式为 VPC 时,填写需要打通的私有网络Id
|
void |
setExposeType(String ExposeType)
Set 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)
|
void |
setServiceId(String ServiceId)
Set 服务Id
|
void |
setSubnetId(String SubnetId)
Set 暴露方式为 VPC 时,填写需要打通的子网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 String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- 服务Idpublic String getExposeType()
public void setExposeType(String ExposeType)
ExposeType
- 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 暴露方式为 VPC 时,填写需要打通的私有网络Idpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 暴露方式为 VPC 时,填写需要打通的子网IdCopyright © 2020. All rights reserved.