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 the networking features of the instance type.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.NetworkInfo

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

Syntax

C#
public class NetworkInfo

The NetworkInfo type exposes the following members

Constructors

NameDescription
Public Method NetworkInfo()

Properties

NameTypeDescription
Public Property DefaultNetworkCardIndex System.Int32

Gets and sets the property DefaultNetworkCardIndex.

The index of the default network card, starting at 0.

Public Property EfaInfo Amazon.EC2.Model.EfaInfo

Gets and sets the property EfaInfo.

Describes the Elastic Fabric Adapters for the instance type.

Public Property EfaSupported System.Boolean

Gets and sets the property EfaSupported.

Indicates whether Elastic Fabric Adapter (EFA) is supported.

Public Property EnaSrdSupported System.Boolean

Gets and sets the property EnaSrdSupported.

Indicates whether the instance type supports ENA Express. ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.

Public Property EnaSupport Amazon.EC2.EnaSupport

Gets and sets the property EnaSupport.

Indicates whether Elastic Network Adapter (ENA) is supported.

Public Property EncryptionInTransitSupported System.Boolean

Gets and sets the property EncryptionInTransitSupported.

Indicates whether the instance type automatically encrypts in-transit traffic between instances.

Public Property Ipv4AddressesPerInterface System.Int32

Gets and sets the property Ipv4AddressesPerInterface.

The maximum number of IPv4 addresses per network interface.

Public Property Ipv6AddressesPerInterface System.Int32

Gets and sets the property Ipv6AddressesPerInterface.

The maximum number of IPv6 addresses per network interface.

Public Property Ipv6Supported System.Boolean

Gets and sets the property Ipv6Supported.

Indicates whether IPv6 is supported.

Public Property MaximumNetworkCards System.Int32

Gets and sets the property MaximumNetworkCards.

The maximum number of physical network cards that can be allocated to the instance.

Public Property MaximumNetworkInterfaces System.Int32

Gets and sets the property MaximumNetworkInterfaces.

The maximum number of network interfaces for the instance type.

Public Property NetworkCards System.Collections.Generic.List<Amazon.EC2.Model.NetworkCardInfo>

Gets and sets the property NetworkCards.

Describes the network cards for the instance type.

Public Property NetworkPerformance System.String

Gets and sets the property NetworkPerformance.

The network performance.

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