@Generated(value="software.amazon.awssdk:codegen") public final class EnaSrdSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnaSrdSpecification.Builder,EnaSrdSpecification>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnaSrdSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EnaSrdSpecification.Builder |
builder() |
Boolean |
enaSrdEnabled()
Indicates whether ENA Express is enabled for the network interface.
|
EnaSrdUdpSpecification |
enaSrdUdpSpecification()
Configures ENA Express for UDP network traffic.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnaSrdSpecification.Builder> |
serializableBuilderClass() |
EnaSrdSpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enaSrdEnabled()
Indicates whether ENA Express is enabled for the network interface.
public final EnaSrdUdpSpecification enaSrdUdpSpecification()
Configures ENA Express for UDP network traffic.
public EnaSrdSpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnaSrdSpecification.Builder,EnaSrdSpecification>public static EnaSrdSpecification.Builder builder()
public static Class<? extends EnaSrdSpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.