#[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() -> AttachmentEnaSrdUdpSpecificationBuilder
pub fn builder() -> AttachmentEnaSrdUdpSpecificationBuilder
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 ==
.impl StructuralPartialEq for AttachmentEnaSrdUdpSpecification
Auto Trait Implementations§
impl RefUnwindSafe for AttachmentEnaSrdUdpSpecification
impl Send for AttachmentEnaSrdUdpSpecification
impl Sync for AttachmentEnaSrdUdpSpecification
impl Unpin for AttachmentEnaSrdUdpSpecification
impl UnwindSafe for AttachmentEnaSrdUdpSpecification
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more