public class EnvAddressInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
EnvAddressInfo() |
EnvAddressInfo(EnvAddressInfo 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 |
---|---|
CLBMultiRegion |
getCLBMultiRegion()
Get 客户端公网CLB多可用区信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getConfigInternetServiceIp()
Get config公网ip
|
String |
getConfigIntranetAddress()
Get config内网访问地址
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getEnableConfigInternet()
Get 是否开启config公网
|
Boolean |
getEnableConfigIntranet()
Get 是否开启config内网clb
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEnvName()
Get 环境名
|
Long |
getInternetBandWidth()
Get 客户端公网带宽
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCLBMultiRegion(CLBMultiRegion CLBMultiRegion)
Set 客户端公网CLB多可用区信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfigInternetServiceIp(String ConfigInternetServiceIp)
Set config公网ip
|
void |
setConfigIntranetAddress(String ConfigIntranetAddress)
Set config内网访问地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnableConfigInternet(Boolean EnableConfigInternet)
Set 是否开启config公网
|
void |
setEnableConfigIntranet(Boolean EnableConfigIntranet)
Set 是否开启config内网clb
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnvName(String EnvName)
Set 环境名
|
void |
setInternetBandWidth(Long InternetBandWidth)
Set 客户端公网带宽
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EnvAddressInfo()
public EnvAddressInfo(EnvAddressInfo source)
public String getEnvName()
public void setEnvName(String EnvName)
EnvName
- 环境名public Boolean getEnableConfigInternet()
public void setEnableConfigInternet(Boolean EnableConfigInternet)
EnableConfigInternet
- 是否开启config公网public String getConfigInternetServiceIp()
public void setConfigInternetServiceIp(String ConfigInternetServiceIp)
ConfigInternetServiceIp
- config公网ippublic String getConfigIntranetAddress()
public void setConfigIntranetAddress(String ConfigIntranetAddress)
ConfigIntranetAddress
- config内网访问地址
注意:此字段可能返回 null,表示取不到有效值。public Boolean getEnableConfigIntranet()
public void setEnableConfigIntranet(Boolean EnableConfigIntranet)
EnableConfigIntranet
- 是否开启config内网clb
注意:此字段可能返回 null,表示取不到有效值。public Long getInternetBandWidth()
public void setInternetBandWidth(Long InternetBandWidth)
InternetBandWidth
- 客户端公网带宽
注意:此字段可能返回 null,表示取不到有效值。public CLBMultiRegion getCLBMultiRegion()
public void setCLBMultiRegion(CLBMultiRegion CLBMultiRegion)
CLBMultiRegion
- 客户端公网CLB多可用区信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.