AWS SDK Version 2 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.

.NET Framework 3.5
 
Container for the parameters to the AssociateAddress operation. Associates an Elastic IP address with an instance or a network interface.

An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

[EC2-Classic, VPC in an EC2-VPC-only account] If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance.

[VPC in an EC2-Classic account] If you don't specify a private IP address, the Elastic IP address is associated with the primary IP address. If the Elastic IP address is already associated with a different instance or a network interface, you get an error unless you allow reassociation.

This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.

Inheritance Hierarchy

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

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class AssociateAddressRequest : AmazonEC2Request
         IRequestEvents

The AssociateAddressRequest type exposes the following members

Constructors

NameDescription
Public Method AssociateAddressRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method AssociateAddressRequest(string, string) Instantiates AssociateAddressRequest with the parameterized properties

Properties

NameTypeDescription
Public Property AllocationId System.String Gets and sets the property AllocationId.

[EC2-VPC] The allocation ID. This is required for EC2-VPC.

Public Property AllowReassociation System.Boolean Gets and sets the property AllowReassociation.

[EC2-VPC] Allows an Elastic IP address that is already associated with an instance or network interface to be re-associated with the specified instance or network interface. Otherwise, the operation fails.

Default: false

Public Property InstanceId System.String Gets and sets the property InstanceId.

The ID of the instance. This is required for EC2-Classic. For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both. The operation fails if you specify an instance ID unless exactly one network interface is attached.

Public Property NetworkInterfaceId System.String Gets and sets the property NetworkInterfaceId.

[EC2-VPC] The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.

Public Property PrivateIpAddress System.String Gets and sets the property PrivateIpAddress.

[EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.

Public Property PublicIp System.String Gets and sets the property PublicIp.

The Elastic IP address. This is required for EC2-Classic.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8