/AWS1/CL_EC2=>DISASSOCIATEADDRESS()
¶
About DisassociateAddress¶
Disassociates an Elastic IP address from the instance or network interface it's associated with.
This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_ASSOCIATIONID
TYPE /AWS1/EC2ELASTICIPASSOCIATIO00
/AWS1/EC2ELASTICIPASSOCIATIO00
¶
The association ID. This parameter is required.
IV_PUBLICIP
TYPE /AWS1/EC2EIPALLOCATIONPUBLICIP
/AWS1/EC2EIPALLOCATIONPUBLICIP
¶
Deprecated.
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.