Class PublicNetConfigIn
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.PublicNetConfigIn
-
public class PublicNetConfigIn extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PublicNetConfigIn()PublicNetConfigIn(PublicNetConfigIn 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 EipConfigIngetEipConfig()Get Eip配置StringgetPublicNetStatus()Get 是否开启公网访问能力取值['DISABLE','ENABLE']voidsetEipConfig(EipConfigIn EipConfig)Set Eip配置voidsetPublicNetStatus(String PublicNetStatus)Set 是否开启公网访问能力取值['DISABLE','ENABLE']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
-
PublicNetConfigIn
public PublicNetConfigIn()
-
PublicNetConfigIn
public PublicNetConfigIn(PublicNetConfigIn 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
-
getPublicNetStatus
public String getPublicNetStatus()
Get 是否开启公网访问能力取值['DISABLE','ENABLE']- Returns:
- PublicNetStatus 是否开启公网访问能力取值['DISABLE','ENABLE']
-
setPublicNetStatus
public void setPublicNetStatus(String PublicNetStatus)
Set 是否开启公网访问能力取值['DISABLE','ENABLE']- Parameters:
PublicNetStatus- 是否开启公网访问能力取值['DISABLE','ENABLE']
-
getEipConfig
public EipConfigIn getEipConfig()
Get Eip配置- Returns:
- EipConfig Eip配置
-
setEipConfig
public void setEipConfig(EipConfigIn EipConfig)
Set Eip配置- Parameters:
EipConfig- Eip配置
-
-