/AWS1/CL_EC2=>DEPROVISIONPUBIPV4POOLCIDR()
¶
About DeprovisionPublicIpv4PoolCidr¶
Deprovision a CIDR from a public IPv4 pool.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_POOLID
TYPE /AWS1/EC2IPV4POOLEC2ID
/AWS1/EC2IPV4POOLEC2ID
¶
The ID of the pool that you want to deprovision the CIDR from.
IV_CIDR
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The CIDR you want to deprovision from the pool. Enter the CIDR you want to deprovision with a netmask of
/32
. You must rerun this command for each IP address in the CIDR range. If your CIDR is a/24
, you will have to run this command to deprovision each of the 256 IP addresses in the/24
CIDR.
Optional arguments:¶
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
A check for 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
.