Skip to content

/AWS1/CL_EC2=>DEPROVISIONIPAMPOOLCIDR()

About DeprovisionIpamPoolCidr

Deprovision a CIDR provisioned from an IPAM pool. If you deprovision a CIDR from a pool that has a source pool, the CIDR is recycled back into the source pool. For more information, see Deprovision pool CIDRs in the Amazon VPC IPAM User Guide.

Method Signature

IMPORTING

Required arguments:

IV_IPAMPOOLID TYPE /AWS1/EC2IPAMPOOLID /AWS1/EC2IPAMPOOLID

The ID of the pool that has the CIDR you want to deprovision.

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 is UnauthorizedOperation.

IV_CIDR TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The CIDR which you want to deprovision from the pool.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EC2DEPROVISIONIPAMP01 /AWS1/CL_EC2DEPROVISIONIPAMP01