@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceAttachmentEnaSrdUdpSpecification extends Object implements Serializable, Cloneable
ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic automatically uses it. However, some UDP-based applications are designed to handle network packets that are out of order, without a need for retransmission, such as live video broadcasting or other near-real-time applications. For UDP traffic, you can specify whether to use ENA Express, based on your application environment needs.
Constructor and Description |
---|
InstanceAttachmentEnaSrdUdpSpecification() |
Modifier and Type | Method and Description |
---|---|
InstanceAttachmentEnaSrdUdpSpecification |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnaSrdUdpEnabled()
Indicates whether UDP traffic to and from the instance uses ENA Express.
|
int |
hashCode() |
Boolean |
isEnaSrdUdpEnabled()
Indicates whether UDP traffic to and from the instance uses ENA Express.
|
void |
setEnaSrdUdpEnabled(Boolean enaSrdUdpEnabled)
Indicates whether UDP traffic to and from the instance uses ENA Express.
|
String |
toString()
Returns a string representation of this object.
|
InstanceAttachmentEnaSrdUdpSpecification |
withEnaSrdUdpEnabled(Boolean enaSrdUdpEnabled)
Indicates whether UDP traffic to and from the instance uses ENA Express.
|
public InstanceAttachmentEnaSrdUdpSpecification()
public void setEnaSrdUdpEnabled(Boolean enaSrdUdpEnabled)
Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
enaSrdUdpEnabled
- Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must
first enable ENA Express.public Boolean getEnaSrdUdpEnabled()
Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
public InstanceAttachmentEnaSrdUdpSpecification withEnaSrdUdpEnabled(Boolean enaSrdUdpEnabled)
Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
enaSrdUdpEnabled
- Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must
first enable ENA Express.public Boolean isEnaSrdUdpEnabled()
Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
public String toString()
toString
in class Object
Object.toString()
public InstanceAttachmentEnaSrdUdpSpecification clone()