public class EipConfigOut extends AbstractModel
| 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 list
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getEipStatus()Get Whether it is a fixed IP. | 
| void | setEipAddress(String[] EipAddress)Set IP list
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEipStatus(String EipStatus)Set Whether it is a fixed IP. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic EipConfigOut()
public EipConfigOut(EipConfigOut source)
public String getEipStatus()
public void setEipStatus(String EipStatus)
EipStatus - Whether it is a fixed IP. Valid values: ["ENABLE","DISABLE"]public String[] getEipAddress()
public void setEipAddress(String[] EipAddress)
EipAddress - IP list
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.