AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool.

If you already have a BYOIPv4 CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in Tutorial: BYOIP address CIDRs to IPAM.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to MoveByoipCidrToIpamAsync.

Namespace: Amazon.EC2
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public virtual MoveByoipCidrToIpamResponse MoveByoipCidrToIpam(
         MoveByoipCidrToIpamRequest request
)

Parameters

request
Type: Amazon.EC2.Model.MoveByoipCidrToIpamRequest

Container for the necessary parameters to execute the MoveByoipCidrToIpam service method.

Return Value


The response from the MoveByoipCidrToIpam service method, as returned by EC2.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also