ProvisionByoipCidr#

Description#

Provisions an address range for use with your NGN Cloud resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool if needed.

Provisioning an address pool is an asynchronous operation which requires actions on NGN Cloud part. After successful provisioning, NGN Cloud support team will contact you to get information required to start advertising your address pool on the Internet. Addresses from this pool cannot be associated until the pool state changes from pending-provision to advertised. To monitor the status, use DescribeByoipCidrs. To allocate an address from you address pool with the help of the AllocateAddress command, use a specific address from your address pool or the ID of the address pool, as an argument.

Request Parameters#

Required parameters#

  • Cidr — The public IPv4 address range in CIDR notation. The most specific prefix that you can specify is /24, the least specific — /20. The address range cannot overlap with other address ranges.

    • Type: String

    • Required: Yes

Optional parameters#

  • Description — The description for the address range and the address pool.

    • Type: String

    • Required: No

Response Elements#

  • byoipCidr — Information about the address pool.

  • requestId — The request ID

    • Type: String

Examples#

c2-ec2 ProvisionByoipCidr Cidr "192.0.2.0/24" Description "description..."