Acquires an elastic IP address for use with your account.
Namespace: Amazon.EC2.ModelAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (Inherited from Object.) | |
| WithDomain(String) |
Sets the Domain property
|