public class EipConfigOut extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| EipConfigOut() | 
| EipConfigOut(EipConfigOut 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[] | getEipAddress()Get IP列表 | 
| String | getEipStatus()Get 是否是固定IP,["ENABLE","DISABLE"] | 
| void | setEipAddress(String[] EipAddress)Set IP列表 | 
| void | setEipStatus(String EipStatus)Set 是否是固定IP,["ENABLE","DISABLE"] | 
| 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 EipConfigOut()
public EipConfigOut(EipConfigOut source)
public String getEipStatus()
public void setEipStatus(String EipStatus)
EipStatus - 是否是固定IP,["ENABLE","DISABLE"]public String[] getEipAddress()
public void setEipAddress(String[] EipAddress)
EipAddress - IP列表Copyright © 2025. All rights reserved.