public class HaVipAssociateAddressIpRequest extends AbstractModel
Constructor and Description |
---|
HaVipAssociateAddressIpRequest() |
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, toJsonString
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 © 2020. All rights reserved.