Allocate Address Result

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 AllocateAddressResult
Public Class AllocateAddressResult
public ref class AllocateAddressResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AllocateAddressResult()()()()
Initializes a new instance of the AllocateAddressResult class
AllocationId
Gets and sets the AllocationId property. ID that AWS assigns to represent the allocation of the address for use with Amazon VPC. Returned only for VPC elastic IP addresses.
Domain
Gets and sets the Domain property. Whether this elastic IP address is for instances in EC2 (i.e., standard) or instances in 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.)
IsSetAllocationId()()()()
Checks if AllocationId property is set
IsSetDomain()()()()
Checks if Domain property is set
IsSetPublicIp()()()()
Checks if PublicIp property is set
PublicIp
Gets and sets the PublicIp property. IP address for use with your account.
ToString()()()()
String Representation of this object. Overrides Object.ToString()
(Overrides Object..::..ToString()()()().)
ToXML()()()()
XML Representation of this object

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..AllocateAddressResult

See Also