Allocate Address Result
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class AllocateAddressResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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
 Inheritance Hierarchy| Object | |
|  | AllocateAddressResult |