Struct aws_sdk_directconnect::input::UpdateLagInput
source · [−]#[non_exhaustive]pub struct UpdateLagInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for UpdateLagInput
impl Clone for UpdateLagInput
sourcefn clone(&self) -> UpdateLagInput
fn clone(&self) -> UpdateLagInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateLagInput
impl Debug for UpdateLagInput
sourceimpl PartialEq<UpdateLagInput> for UpdateLagInput
impl PartialEq<UpdateLagInput> for UpdateLagInput
sourcefn eq(&self, other: &UpdateLagInput) -> bool
fn eq(&self, other: &UpdateLagInput) -> bool
impl StructuralPartialEq for UpdateLagInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateLagInput
impl Send for UpdateLagInput
impl Sync for UpdateLagInput
impl Unpin for UpdateLagInput
impl UnwindSafe for UpdateLagInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more