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.

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. With ENA Express, you can communicate between two EC2 instances in the same subnet within the same account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.

To improve the reliability of network packet delivery, ENA Express reorders network packets on the receiving end by default. However, some UDP-based applications are designed to handle network packets that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express is enabled, you can specify whether UDP network traffic uses it.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.EnaSrdSpecification

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

Syntax

C#
public class EnaSrdSpecification

The EnaSrdSpecification type exposes the following members

Constructors

NameDescription
Public Method EnaSrdSpecification()

Properties

NameTypeDescription
Public Property EnaSrdEnabled System.Boolean

Gets and sets the property EnaSrdEnabled.

Indicates whether ENA Express is enabled for the network interface.

Public Property EnaSrdUdpSpecification Amazon.EC2.Model.EnaSrdUdpSpecification

Gets and sets the property EnaSrdUdpSpecification.

Configures ENA Express for UDP network traffic.

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