pub struct AssociateVirtualInterface<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }Expand description
Fluent builder constructing a request to AssociateVirtualInterface.
Associates a virtual interface with a specified link aggregation group (LAG) or connection. Connectivity to Amazon Web Services is temporarily interrupted as the virtual interface is being migrated. If the target connection or LAG has an associated virtual interface with a conflicting VLAN number or a conflicting IP address, the operation fails.
Virtual interfaces associated with a hosted connection cannot be associated with a LAG; hosted connections must be migrated along with their virtual interfaces using AssociateHostedConnection.
To reassociate a virtual interface to a new connection or LAG, the requester must own either the virtual interface itself or the connection to which the virtual interface is currently associated. Additionally, the requester must own the connection or LAG for the association.
Implementations
impl<C, M, R> AssociateVirtualInterface<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> AssociateVirtualInterface<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<AssociateVirtualInterfaceOutput, SdkError<AssociateVirtualInterfaceError>> where
R::Policy: SmithyRetryPolicy<AssociateVirtualInterfaceInputOperationOutputAlias, AssociateVirtualInterfaceOutput, AssociateVirtualInterfaceError, AssociateVirtualInterfaceInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<AssociateVirtualInterfaceOutput, SdkError<AssociateVirtualInterfaceError>> where
R::Policy: SmithyRetryPolicy<AssociateVirtualInterfaceInputOperationOutputAlias, AssociateVirtualInterfaceOutput, AssociateVirtualInterfaceError, AssociateVirtualInterfaceInputOperationRetryAlias>,
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 virtual interface.
The ID of the virtual interface.
The ID of the LAG or connection.
The ID of the LAG or connection.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for AssociateVirtualInterface<C, M, R>
impl<C, M, R> Send for AssociateVirtualInterface<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for AssociateVirtualInterface<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for AssociateVirtualInterface<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for AssociateVirtualInterface<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