public class PublicNetConfigOut extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PublicNetConfigOut() | 
| PublicNetConfigOut(PublicNetConfigOut 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 | 
|---|---|
| EipConfigOut | getEipConfig()Get Eip配置 | 
| String | getPublicNetStatus()Get 是否开启公网访问能力取值['DISABLE','ENABLE'] | 
| void | setEipConfig(EipConfigOut EipConfig)Set Eip配置 | 
| void | setPublicNetStatus(String PublicNetStatus)Set 是否开启公网访问能力取值['DISABLE','ENABLE'] | 
| 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, toJsonStringpublic PublicNetConfigOut()
public PublicNetConfigOut(PublicNetConfigOut source)
public String getPublicNetStatus()
public void setPublicNetStatus(String PublicNetStatus)
PublicNetStatus - 是否开启公网访问能力取值['DISABLE','ENABLE']public EipConfigOut getEipConfig()
public void setEipConfig(EipConfigOut EipConfig)
EipConfig - Eip配置Copyright © 2025. All rights reserved.