public class HaVipAssociateAddressIpRequest extends AbstractModel
| Constructor and Description | 
|---|
| HaVipAssociateAddressIpRequest() | 
| HaVipAssociateAddressIpRequest(HaVipAssociateAddressIpRequest 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 | getAddressIp()Get The Elastic `IP`. | 
| String | getHaVipId()Get The unique `ID` of the `HAVIP`, such as `havip-9o233uri`. | 
| void | setAddressIp(String AddressIp)Set The Elastic `IP`. | 
| void | setHaVipId(String HaVipId)Set The unique `ID` of the `HAVIP`, such as `havip-9o233uri`. | 
| 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 HaVipAssociateAddressIpRequest()
public HaVipAssociateAddressIpRequest(HaVipAssociateAddressIpRequest source)
public String getHaVipId()
public void setHaVipId(String HaVipId)
HaVipId - The unique `ID` of the `HAVIP`, such as `havip-9o233uri`. This must be a `HAVIP` that has not been bound to an `EIP`public String getAddressIp()
public void setAddressIp(String AddressIp)
AddressIp - The Elastic `IP`. This must be an `EIP` that has not been bound to a `HAVIP`Copyright © 2021. All rights reserved.