ec2_deprovision_public_ipv_4_pool_cidr: Deprovision a CIDR from a public IPv4 pool

View source: R/ec2_operations.R

ec2_deprovision_public_ipv_4_pool_cidrR Documentation

Deprovision a CIDR from a public IPv4 pool

Description

Deprovision a CIDR from a public IPv4 pool.

See https://www.paws-r-sdk.com/docs/ec2_deprovision_public_ipv_4_pool_cidr/ for full documentation.

Usage

ec2_deprovision_public_ipv_4_pool_cidr(DryRun = NULL, PoolId, Cidr)

Arguments

DryRun

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.

PoolId

[required] The ID of the pool that you want to deprovision the CIDR from.

Cidr

[required] 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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.