public class DisassociateAddressRequest extends AbstractModel
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 Unique EIP ID, such as `eip-11112222`.
|
String |
getEcmRegion()
Get ECM region
|
Boolean |
getReallocateNormalPublicIp()
Get Indicates whether to assign a general public IP after unbinding an EIP.
|
void |
setAddressId(String AddressId)
Set Unique EIP ID, such as `eip-11112222`.
|
void |
setEcmRegion(String EcmRegion)
Set ECM region
|
void |
setReallocateNormalPublicIp(Boolean ReallocateNormalPublicIp)
Set Indicates whether to assign a general public IP after unbinding an EIP.
|
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 DisassociateAddressRequest()
public DisassociateAddressRequest(DisassociateAddressRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM regionpublic String getAddressId()
public void setAddressId(String AddressId)
AddressId
- Unique EIP ID, such as `eip-11112222`.public Boolean getReallocateNormalPublicIp()
public void setReallocateNormalPublicIp(Boolean ReallocateNormalPublicIp)
ReallocateNormalPublicIp
- Indicates whether to assign a general public IP after unbinding an EIP. Valid values:
TRUE: yes
FALSE: no.
Default value: FALSE.
You can specify this parameter only under the following conditions:
You can specify this parameter only when you unbind an EIP from the primary private IP of the primary ENI.
An account can reassign a general public IP after unbinding an EIP 10 times a day. More information can be obtained through the `DescribeAddressQuota` API.Copyright © 2023. All rights reserved.