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 AssociateVpcCidrBlock operation. Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP).

You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block.

For more information about associating CIDR blocks with your VPC and applicable restrictions, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide.

Inheritance Hierarchy

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

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

Syntax

C#
public class AssociateVpcCidrBlockRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The AssociateVpcCidrBlockRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AmazonProvidedIpv6CidrBlock System.Boolean

Gets and sets the property AmazonProvidedIpv6CidrBlock.

Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses or the size of the CIDR block.

Public Property CidrBlock System.String

Gets and sets the property CidrBlock.

An IPv4 CIDR block to associate with the VPC.

Public Property Ipv4IpamPoolId System.String

Gets and sets the property Ipv4IpamPoolId.

Associate a CIDR allocated from an IPv4 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide.

Public Property Ipv4NetmaskLength System.Int32

Gets and sets the property Ipv4NetmaskLength.

The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

Public Property Ipv6CidrBlock System.String

Gets and sets the property Ipv6CidrBlock.

An IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool in the request.

To let Amazon choose the IPv6 CIDR block for you, omit this parameter.

Public Property Ipv6CidrBlockNetworkBorderGroup System.String

Gets and sets the property Ipv6CidrBlockNetworkBorderGroup.

The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CIDR block to this location.

You must set AmazonProvidedIpv6CidrBlock to true to use this parameter.

You can have one IPv6 CIDR block association per network border group.

Public Property Ipv6IpamPoolId System.String

Gets and sets the property Ipv6IpamPoolId.

Associates a CIDR allocated from an IPv6 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide.

Public Property Ipv6NetmaskLength System.Int32

Gets and sets the property Ipv6NetmaskLength.

The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

Public Property Ipv6Pool System.String

Gets and sets the property Ipv6Pool.

The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

Public Property VpcId System.String

Gets and sets the property VpcId.

The ID of the VPC.

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