AWS SDK for .NET Documentation
AllocateAddressResult Class
AmazonAmazon.EC2.ModelAllocateAddressResult Did this page help you?   Yes   No    Tell us about it...
Allocate Address Result
Declaration Syntax
C#
public class AllocateAddressResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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
Object
AllocateAddressResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)