AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes association information for an Elastic IP address (IPv4 only), or a Carrier IP address (for a network interface which resides in a subnet in a Wavelength Zone).

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.NetworkInterfaceAssociation

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class NetworkInterfaceAssociation

The NetworkInterfaceAssociation type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AllocationId System.String

Gets and sets the property AllocationId.

The allocation ID.

Public Property AssociationId System.String

Gets and sets the property AssociationId.

The association ID.

Public Property CarrierIp System.String

Gets and sets the property CarrierIp.

The carrier IP address associated with the network interface.

This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.

Public Property CustomerOwnedIp System.String

Gets and sets the property CustomerOwnedIp.

The customer-owned IP address associated with the network interface.

Public Property IpOwnerId System.String

Gets and sets the property IpOwnerId.

The ID of the Elastic IP address owner.

Public Property PublicDnsName System.String

Gets and sets the property PublicDnsName.

The public DNS name.

Public Property PublicIp System.String

Gets and sets the property PublicIp.

The address of the Elastic IP address bound to the network interface.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5