@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnaSrdUdpSpecificationRequest extends Object implements Serializable, Cloneable
Configures ENA Express for UDP network traffic from your launch template.
Constructor and Description |
---|
EnaSrdUdpSpecificationRequest() |
Modifier and Type | Method and Description |
---|---|
EnaSrdUdpSpecificationRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnaSrdUdpEnabled()
Indicates whether UDP traffic uses ENA Express for your instance.
|
int |
hashCode() |
Boolean |
isEnaSrdUdpEnabled()
Indicates whether UDP traffic uses ENA Express for your instance.
|
void |
setEnaSrdUdpEnabled(Boolean enaSrdUdpEnabled)
Indicates whether UDP traffic uses ENA Express for your instance.
|
String |
toString()
Returns a string representation of this object.
|
EnaSrdUdpSpecificationRequest |
withEnaSrdUdpEnabled(Boolean enaSrdUdpEnabled)
Indicates whether UDP traffic uses ENA Express for your instance.
|
public void setEnaSrdUdpEnabled(Boolean enaSrdUdpEnabled)
Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP traffic can use ENA Express
when you launch an instance, you must also set EnaSrdEnabled in the EnaSrdSpecificationRequest to
true
in your launch template.
enaSrdUdpEnabled
- Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP traffic can use ENA
Express when you launch an instance, you must also set EnaSrdEnabled in the
EnaSrdSpecificationRequest to true
in your launch template.public Boolean getEnaSrdUdpEnabled()
Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP traffic can use ENA Express
when you launch an instance, you must also set EnaSrdEnabled in the EnaSrdSpecificationRequest to
true
in your launch template.
true
in your launch template.public EnaSrdUdpSpecificationRequest withEnaSrdUdpEnabled(Boolean enaSrdUdpEnabled)
Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP traffic can use ENA Express
when you launch an instance, you must also set EnaSrdEnabled in the EnaSrdSpecificationRequest to
true
in your launch template.
enaSrdUdpEnabled
- Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP traffic can use ENA
Express when you launch an instance, you must also set EnaSrdEnabled in the
EnaSrdSpecificationRequest to true
in your launch template.public Boolean isEnaSrdUdpEnabled()
Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP traffic can use ENA Express
when you launch an instance, you must also set EnaSrdEnabled in the EnaSrdSpecificationRequest to
true
in your launch template.
true
in your launch template.public String toString()
toString
in class Object
Object.toString()
public EnaSrdUdpSpecificationRequest clone()
Copyright © 2024. All rights reserved.