public class ExposeServiceRequest extends AbstractModel
Constructor and Description |
---|
ExposeServiceRequest() |
ExposeServiceRequest(ExposeServiceRequest 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 |
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 ExposeServiceRequest()
public ExposeServiceRequest(ExposeServiceRequest source)
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 © 2022. All rights reserved.