Struct aws_sdk_directconnect::input::UpdateLagInput
source · #[non_exhaustive]pub struct UpdateLagInput { /* private fields */ }Implementations§
source§impl UpdateLagInput
impl UpdateLagInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateLag, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateLag, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateLag>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateLagInput.
source§impl UpdateLagInput
impl UpdateLagInput
sourcepub fn minimum_links(&self) -> i32
pub fn minimum_links(&self) -> i32
The minimum number of physical connections that must be operational for the LAG itself to be operational.
sourcepub fn encryption_mode(&self) -> Option<&str>
pub fn encryption_mode(&self) -> Option<&str>
The LAG MAC Security (MACsec) encryption mode.
Amazon Web Services applies the value to all connections which are part of the LAG.
Trait Implementations§
source§impl Clone for UpdateLagInput
impl Clone for UpdateLagInput
source§fn clone(&self) -> UpdateLagInput
fn clone(&self) -> UpdateLagInput
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 Debug for UpdateLagInput
impl Debug for UpdateLagInput
source§impl PartialEq<UpdateLagInput> for UpdateLagInput
impl PartialEq<UpdateLagInput> for UpdateLagInput
source§fn eq(&self, other: &UpdateLagInput) -> bool
fn eq(&self, other: &UpdateLagInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.