public class DisassociateAddressRequest extends AbstractModel
Constructor and Description |
---|
DisassociateAddressRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAddressId()
Get The unique ID of the EIP, such as `eip-11112222`.
|
Boolean |
getReallocateNormalPublicIp()
Get Whether a common public IP is assigned after the EIP is unbound.
|
void |
setAddressId(String AddressId)
Set The unique ID of the EIP, such as `eip-11112222`.
|
void |
setReallocateNormalPublicIp(Boolean ReallocateNormalPublicIp)
Set Whether a common public IP is assigned after the EIP is unbound.
|
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 getAddressId()
public void setAddressId(String AddressId)
AddressId
- The unique ID of the EIP, such as `eip-11112222`.public Boolean getReallocateNormalPublicIp()
public void setReallocateNormalPublicIp(Boolean ReallocateNormalPublicIp)
ReallocateNormalPublicIp
- Whether a common public IP is assigned after the EIP is unbound. Value range:Copyright © 2020. All rights reserved.