Acquires an elastic IP address for use with your account.

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class AllocateAddressRequest
Public Class AllocateAddressRequest
public ref class AllocateAddressRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AllocateAddressRequest()()()()
Initializes a new instance of the AllocateAddressRequest class
Domain
Gets and sets the Domain property. Set to vpc to allocate the address to your VPC. Default: Address is standard (allocated to EC2) Valid Values: vpc | standard Condition: Required when allocating an address to a VPC
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsSetDomain()()()()
Checks if Domain property is set
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithDomain(String)
Sets the Domain property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..AllocateAddressRequest

See Also