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
 
Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the RestoreAddressToClassic request. You cannot move an Elastic IP address that's allocated for use in the EC2-VPC platform to the EC2-Classic platform.

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

Syntax

C#
public abstract MoveAddressToVpcResponse MoveAddressToVpc(
         MoveAddressToVpcRequest request
)

Parameters

request
Type: Amazon.EC2.Model.MoveAddressToVpcRequest

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

Return Value
Type: Amazon.EC2.Model.MoveAddressToVpcResponse
The response from the MoveAddressToVpc service method, as returned by EC2.

Version Information

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