Network Interface Association
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class NetworkInterfaceAssociation
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | NetworkInterfaceAssociation()()()() | Initializes a new instance of the NetworkInterfaceAssociation class | 
|  | AllocationId | 
            The ID representing the allocation of the address for use with Amazon VPC.
             | 
|  | AssociationId | 
            The association ID corresponding to the VPC Elastic IP Conditional address.
             | 
|  | 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.) | 
|  | IpOwnerId | 
            The ID of the Elastic IP address owner.
             | 
|  | IsSetAllocationId()()()() | 
            Checks if the AllocationId property is set
             | 
|  | IsSetAssociationId()()()() | 
            Checks if the AssocationId property is set
             | 
|  | IsSetIpOwnerId()()()() | 
            Checks if the IpOwnerId property is set
             | 
|  | IsSetPublicDnsName()()()() | 
            Checks if the PublicDnsName property is set
             | 
|  | IsSetPublicIp()()()() | 
            Checks if the PublicIp property is set
             | 
|  | PublicDnsName | 
            The DNS name for the network interface.
             | 
|  | PublicIp | 
            The address of the Elastic IP address bound to the network interface.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAllocationId(String) | Obsolete. 
            Sets the ID representing the allocation of the address for use with Amazon VPC.
             | 
|  | WithAssociationId(String) | Obsolete. 
            Sets the association ID corresponding to the VPC Elastic IP Conditional address.
             | 
|  | WithIpOwnerId(String) | Obsolete. 
            Sets the ID of the Elastic IP address owner.
             | 
|  | WithPublicDnsName(String) | Obsolete. 
            Sets the DNS name for the network interface.
             | 
|  | WithPublicIp(String) | Obsolete. 
            Sets the address of the Elastic IP address bound to the network interface.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | NetworkInterfaceAssociation |