public class DisassociateAddressRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DisassociateAddressRequest() | 
| DisassociateAddressRequest(DisassociateAddressRequest 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 | 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DisassociateAddressRequest()
public DisassociateAddressRequest(DisassociateAddressRequest source)
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 © 2025. All rights reserved.