Struct aws_sdk_directconnect::client::fluent_builders::UpdateLag [−][src]
pub struct UpdateLag<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to UpdateLag.
Updates the attributes of the specified link aggregation group (LAG).
You can update the following LAG attributes:
-
The name of the LAG.
-
The value for the minimum number of connections that must be operational for the LAG itself to be operational.
-
The LAG's MACsec encryption mode.
Amazon Web Services assigns this value to each connection which is part of the LAG.
-
The tags
If you adjust the threshold value for the minimum number of operational connections, ensure that the new value does not cause the LAG to fall below the threshold and become non-operational.
Implementations
impl<C, M, R> UpdateLag<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateLag<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(self) -> Result<UpdateLagOutput, SdkError<UpdateLagError>> where
R::Policy: SmithyRetryPolicy<UpdateLagInputOperationOutputAlias, UpdateLagOutput, UpdateLagError, UpdateLagInputOperationRetryAlias>,
pub async fn send(self) -> Result<UpdateLagOutput, SdkError<UpdateLagError>> where
R::Policy: SmithyRetryPolicy<UpdateLagInputOperationOutputAlias, UpdateLagOutput, UpdateLagError, UpdateLagInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The ID of the LAG.
The name of the LAG.
The minimum number of physical connections that must be operational for the LAG itself to be operational.
The minimum number of physical connections that must be operational for the LAG itself to be operational.
The LAG MAC Security (MACsec) encryption mode.
Amazon Web Services applies the value to all connections which are part of the LAG.
The LAG MAC Security (MACsec) encryption mode.
Amazon Web Services applies the value to all connections which are part of the LAG.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for UpdateLag<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for UpdateLag<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
