#[non_exhaustive]pub struct AttachmentEnaSrdUdpSpecification { /* private fields */ }
Expand description
Describes the ENA Express configuration for UDP traffic on the network interface that's attached to the instance.
Implementations§
source§impl AttachmentEnaSrdUdpSpecification
impl AttachmentEnaSrdUdpSpecification
sourcepub fn ena_srd_udp_enabled(&self) -> Option<bool>
pub fn ena_srd_udp_enabled(&self) -> Option<bool>
Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
source§impl AttachmentEnaSrdUdpSpecification
impl AttachmentEnaSrdUdpSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttachmentEnaSrdUdpSpecification
.
Trait Implementations§
source§impl Clone for AttachmentEnaSrdUdpSpecification
impl Clone for AttachmentEnaSrdUdpSpecification
source§fn clone(&self) -> AttachmentEnaSrdUdpSpecification
fn clone(&self) -> AttachmentEnaSrdUdpSpecification
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AttachmentEnaSrdUdpSpecification> for AttachmentEnaSrdUdpSpecification
impl PartialEq<AttachmentEnaSrdUdpSpecification> for AttachmentEnaSrdUdpSpecification
source§fn eq(&self, other: &AttachmentEnaSrdUdpSpecification) -> bool
fn eq(&self, other: &AttachmentEnaSrdUdpSpecification) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.