AWS SDK for .NET Documentation
NetworkInterfaceAssociation Class
AmazonAmazon.EC2.ModelNetworkInterfaceAssociation Did this page help you?   Yes   No    Tell us about it...
Network Interface Association
Declaration Syntax
C#
public class NetworkInterfaceAssociation
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
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.)
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
Object
NetworkInterfaceAssociation

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