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.

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.

Note:

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

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

Syntax

C#
public abstract AssociateVpcCidrBlockResponse AssociateVpcCidrBlock(
         AssociateVpcCidrBlockRequest request
)

Parameters

request
Type: Amazon.EC2.Model.AssociateVpcCidrBlockRequest

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

Return Value


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

Version Information

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

See Also