@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachmentEnaSrdUdpSpecification extends Object implements Serializable, Cloneable
Describes the ENA Express configuration for UDP traffic on the network interface that's attached to the instance.
Constructor and Description |
---|
AttachmentEnaSrdUdpSpecification() |
Modifier and Type | Method and Description |
---|---|
AttachmentEnaSrdUdpSpecification |
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.
|
AttachmentEnaSrdUdpSpecification |
withEnaSrdUdpEnabled(Boolean enaSrdUdpEnabled)
Indicates whether UDP traffic to and from the instance uses ENA Express.
|
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 AttachmentEnaSrdUdpSpecification 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 AttachmentEnaSrdUdpSpecification clone()
Copyright © 2023. All rights reserved.