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.

Container for the parameters to the MoveByoipCidrToIpam operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.MoveByoipCidrToIpamRequest

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

Syntax

C#
public class MoveByoipCidrToIpamRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The MoveByoipCidrToIpamRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Cidr System.String

Gets and sets the property Cidr.

The BYOIP CIDR.

Public Property IpamPoolId System.String

Gets and sets the property IpamPoolId.

The IPAM pool ID.

Public Property IpamPoolOwner System.String

Gets and sets the property IpamPoolOwner.

The Amazon Web Services account ID of the owner of the IPAM pool.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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