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.

An object representing the elastic network interface for tasks that use the awsvpc network mode.

Inheritance Hierarchy

System.Object
  Amazon.ECS.Model.NetworkInterface

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

Syntax

C#
public class NetworkInterface

The NetworkInterface type exposes the following members

Constructors

NameDescription
Public Method NetworkInterface()

Properties

NameTypeDescription
Public Property AttachmentId System.String

Gets and sets the property AttachmentId.

The attachment ID for the network interface.

Public Property Ipv6Address System.String

Gets and sets the property Ipv6Address.

The private IPv6 address for the network interface.

Public Property PrivateIpv4Address System.String

Gets and sets the property PrivateIpv4Address.

The private IPv4 address for 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