Struct aws_sdk_ec2::model::AttachmentEnaSrdSpecification
source · #[non_exhaustive]pub struct AttachmentEnaSrdSpecification { /* private fields */ }
Expand description
Describes the ENA Express configuration for the network interface that's attached to the instance.
Implementations§
source§impl AttachmentEnaSrdSpecification
impl AttachmentEnaSrdSpecification
sourcepub fn ena_srd_enabled(&self) -> Option<bool>
pub fn ena_srd_enabled(&self) -> Option<bool>
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
sourcepub fn ena_srd_udp_specification(
&self
) -> Option<&AttachmentEnaSrdUdpSpecification>
pub fn ena_srd_udp_specification(
&self
) -> Option<&AttachmentEnaSrdUdpSpecification>
ENA Express configuration for UDP network traffic.
source§impl AttachmentEnaSrdSpecification
impl AttachmentEnaSrdSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttachmentEnaSrdSpecification
.
Trait Implementations§
source§impl Clone for AttachmentEnaSrdSpecification
impl Clone for AttachmentEnaSrdSpecification
source§fn clone(&self) -> AttachmentEnaSrdSpecification
fn clone(&self) -> AttachmentEnaSrdSpecification
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<AttachmentEnaSrdSpecification> for AttachmentEnaSrdSpecification
impl PartialEq<AttachmentEnaSrdSpecification> for AttachmentEnaSrdSpecification
source§fn eq(&self, other: &AttachmentEnaSrdSpecification) -> bool
fn eq(&self, other: &AttachmentEnaSrdSpecification) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.