Class ExposeServiceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiems.v20190416.models.ExposeServiceRequest
-
public class ExposeServiceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExposeType()Get 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)StringgetServiceId()Get 服务IdStringgetSubnetId()Get 暴露方式为 VPC 时,填写需要打通的子网IdStringgetVpcId()Get 暴露方式为 VPC 时,填写需要打通的私有网络IdvoidsetExposeType(String ExposeType)Set 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)voidsetServiceId(String ServiceId)Set 服务IdvoidsetSubnetId(String SubnetId)Set 暴露方式为 VPC 时,填写需要打通的子网IdvoidsetVpcId(String VpcId)Set 暴露方式为 VPC 时,填写需要打通的私有网络IdvoidtoMap(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
-
ExposeServiceRequest
public ExposeServiceRequest()
-
ExposeServiceRequest
public 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.
-
-
Method Detail
-
getServiceId
public String getServiceId()
Get 服务Id- Returns:
- ServiceId 服务Id
-
setServiceId
public void setServiceId(String ServiceId)
Set 服务Id- Parameters:
ServiceId- 服务Id
-
getExposeType
public String getExposeType()
Get 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)- Returns:
- ExposeType 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)
-
setExposeType
public void setExposeType(String ExposeType)
Set 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)- Parameters:
ExposeType- 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)
-
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 暴露方式为 VPC 时,填写需要打通的子网Id- Returns:
- SubnetId 暴露方式为 VPC 时,填写需要打通的子网Id
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 暴露方式为 VPC 时,填写需要打通的子网Id- Parameters:
SubnetId- 暴露方式为 VPC 时,填写需要打通的子网Id
-
-