public class ExposeInfo extends AbstractModel
Constructor and Description |
---|
ExposeInfo() |
ExposeInfo(ExposeInfo 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 |
getGateWayAPIId()
Get GATEWAY api id,ExposeType = GATEWAY 时返回
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGateWayDomain()
Get GATEWAY domain,ExposeType = GATEWAY 时返回
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGateWayServiceId()
Get GATEWAY 服务id,ExposeType = GATEWAY 时返回
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIp()
Get 暴露Ip。暴露方式为 EXTERNAL 为外网 Ip,暴露方式为 VPC 时为指定 Vpc 下的Vip
|
String |
getSubnetId()
Get 暴露方式为 VPC 时,打通的子网Id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVpcId()
Get 暴露方式为 VPC 时,打通的私有网络Id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExposeType(String ExposeType)
Set 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)
|
void |
setGateWayAPIId(String GateWayAPIId)
Set GATEWAY api id,ExposeType = GATEWAY 时返回
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGateWayDomain(String GateWayDomain)
Set GATEWAY domain,ExposeType = GATEWAY 时返回
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGateWayServiceId(String GateWayServiceId)
Set GATEWAY 服务id,ExposeType = GATEWAY 时返回
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIp(String Ip)
Set 暴露Ip。暴露方式为 EXTERNAL 为外网 Ip,暴露方式为 VPC 时为指定 Vpc 下的Vip
|
void |
setSubnetId(String SubnetId)
Set 暴露方式为 VPC 时,打通的子网Id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVpcId(String VpcId)
Set 暴露方式为 VPC 时,打通的私有网络Id
注意:此字段可能返回 null,表示取不到有效值。
|
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 ExposeInfo()
public ExposeInfo(ExposeInfo source)
public String getExposeType()
public void setExposeType(String ExposeType)
ExposeType
- 暴露方式,支持 EXTERNAL(外网暴露),VPC (VPC内网打通)public String getIp()
public void setIp(String Ip)
Ip
- 暴露Ip。暴露方式为 EXTERNAL 为外网 Ip,暴露方式为 VPC 时为指定 Vpc 下的Vippublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 暴露方式为 VPC 时,打通的私有网络Id
注意:此字段可能返回 null,表示取不到有效值。public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 暴露方式为 VPC 时,打通的子网Id
注意:此字段可能返回 null,表示取不到有效值。public String getGateWayServiceId()
public void setGateWayServiceId(String GateWayServiceId)
GateWayServiceId
- GATEWAY 服务id,ExposeType = GATEWAY 时返回
注意:此字段可能返回 null,表示取不到有效值。public String getGateWayAPIId()
public void setGateWayAPIId(String GateWayAPIId)
GateWayAPIId
- GATEWAY api id,ExposeType = GATEWAY 时返回
注意:此字段可能返回 null,表示取不到有效值。public String getGateWayDomain()
public void setGateWayDomain(String GateWayDomain)
GateWayDomain
- GATEWAY domain,ExposeType = GATEWAY 时返回
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.