Class EnvAddressInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.EnvAddressInfo
-
public class EnvAddressInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfigInternetServiceIp()Get config公网ipStringgetConfigIntranetAddress()Get config内网访问地址 注意:此字段可能返回 null,表示取不到有效值。BooleangetEnableConfigInternet()Get 是否开启config公网BooleangetEnableConfigIntranet()Get 是否开启config内网clb 注意:此字段可能返回 null,表示取不到有效值。StringgetEnvName()Get 环境名LonggetInternetBandWidth()Get 客户端公网带宽 注意:此字段可能返回 null,表示取不到有效值。voidsetConfigInternetServiceIp(String ConfigInternetServiceIp)Set config公网ipvoidsetConfigIntranetAddress(String ConfigIntranetAddress)Set config内网访问地址 注意:此字段可能返回 null,表示取不到有效值。voidsetEnableConfigInternet(Boolean EnableConfigInternet)Set 是否开启config公网voidsetEnableConfigIntranet(Boolean EnableConfigIntranet)Set 是否开启config内网clb 注意:此字段可能返回 null,表示取不到有效值。voidsetEnvName(String EnvName)Set 环境名voidsetInternetBandWidth(Long InternetBandWidth)Set 客户端公网带宽 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
EnvAddressInfo
public EnvAddressInfo()
-
EnvAddressInfo
public 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.
-
-
Method Detail
-
getEnvName
public String getEnvName()
Get 环境名- Returns:
- EnvName 环境名
-
setEnvName
public void setEnvName(String EnvName)
Set 环境名- Parameters:
EnvName- 环境名
-
getEnableConfigInternet
public Boolean getEnableConfigInternet()
Get 是否开启config公网- Returns:
- EnableConfigInternet 是否开启config公网
-
setEnableConfigInternet
public void setEnableConfigInternet(Boolean EnableConfigInternet)
Set 是否开启config公网- Parameters:
EnableConfigInternet- 是否开启config公网
-
getConfigInternetServiceIp
public String getConfigInternetServiceIp()
Get config公网ip- Returns:
- ConfigInternetServiceIp config公网ip
-
setConfigInternetServiceIp
public void setConfigInternetServiceIp(String ConfigInternetServiceIp)
Set config公网ip- Parameters:
ConfigInternetServiceIp- config公网ip
-
getConfigIntranetAddress
public String getConfigIntranetAddress()
Get config内网访问地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ConfigIntranetAddress config内网访问地址 注意:此字段可能返回 null,表示取不到有效值。
-
setConfigIntranetAddress
public void setConfigIntranetAddress(String ConfigIntranetAddress)
Set config内网访问地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ConfigIntranetAddress- config内网访问地址 注意:此字段可能返回 null,表示取不到有效值。
-
getEnableConfigIntranet
public Boolean getEnableConfigIntranet()
Get 是否开启config内网clb 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EnableConfigIntranet 是否开启config内网clb 注意:此字段可能返回 null,表示取不到有效值。
-
setEnableConfigIntranet
public void setEnableConfigIntranet(Boolean EnableConfigIntranet)
Set 是否开启config内网clb 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EnableConfigIntranet- 是否开启config内网clb 注意:此字段可能返回 null,表示取不到有效值。
-
getInternetBandWidth
public Long getInternetBandWidth()
Get 客户端公网带宽 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InternetBandWidth 客户端公网带宽 注意:此字段可能返回 null,表示取不到有效值。
-
setInternetBandWidth
public void setInternetBandWidth(Long InternetBandWidth)
Set 客户端公网带宽 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InternetBandWidth- 客户端公网带宽 注意:此字段可能返回 null,表示取不到有效值。
-
-