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.

Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type.

You must specify either the IPv6 addresses or the IPv6 address count in the request.

You can optionally use Prefix Delegation on the network interface. You must specify either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For information, see Assigning prefixes to network interfaces in the Amazon EC2 User Guide.

Note:

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

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

Syntax

C#
public virtual AssignIpv6AddressesResponse AssignIpv6Addresses(
         AssignIpv6AddressesRequest request
)

Parameters

request
Type: Amazon.EC2.Model.AssignIpv6AddressesRequest

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

Return Value


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

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also