Struct aws_sdk_directconnect::client::fluent_builders::AssociateConnectionWithLag [−][src]
pub struct AssociateConnectionWithLag<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to AssociateConnectionWithLag.
Associates an existing connection with a link aggregation group (LAG). The connection is interrupted and re-established as a member of the LAG (connectivity to Amazon Web Services is interrupted). The connection must be hosted on the same Direct Connect endpoint as the LAG, and its bandwidth must match the bandwidth for the LAG. You can re-associate a connection that's currently associated with a different LAG; however, if removing the connection would cause the original LAG to fall below its setting for minimum number of operational connections, the request fails.
Any virtual interfaces that are directly associated with the connection are automatically re-associated with the LAG. If the connection was originally associated with a different LAG, the virtual interfaces remain associated with the original LAG.
For interconnects, any hosted connections are automatically re-associated with the LAG. If the interconnect was originally associated with a different LAG, the hosted connections remain associated with the original LAG.
Implementations
impl<C, M, R> AssociateConnectionWithLag<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> AssociateConnectionWithLag<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<AssociateConnectionWithLagOutput, SdkError<AssociateConnectionWithLagError>> where
R::Policy: SmithyRetryPolicy<AssociateConnectionWithLagInputOperationOutputAlias, AssociateConnectionWithLagOutput, AssociateConnectionWithLagError, AssociateConnectionWithLagInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<AssociateConnectionWithLagOutput, SdkError<AssociateConnectionWithLagError>> where
R::Policy: SmithyRetryPolicy<AssociateConnectionWithLagInputOperationOutputAlias, AssociateConnectionWithLagOutput, AssociateConnectionWithLagError, AssociateConnectionWithLagInputOperationRetryAlias>,
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 connection.
The ID of the connection.
The ID of the LAG with which to associate the connection.
The ID of the LAG with which to associate the connection.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for AssociateConnectionWithLag<C, M, R>
impl<C, M, R> Send for AssociateConnectionWithLag<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for AssociateConnectionWithLag<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for AssociateConnectionWithLag<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for AssociateConnectionWithLag<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
