Struct aws_sdk_directconnect::client::fluent_builders::CreateTransitVirtualInterface [−][src]
pub struct CreateTransitVirtualInterface<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to CreateTransitVirtualInterface.
Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway.
If you associate your transit gateway with one or more Direct Connect gateways, the Autonomous System Number (ASN) used by the transit gateway and the Direct Connect gateway must be different. For example, if you use the default ASN 64512 for both your the transit gateway and Direct Connect gateway, the association request fails.
Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
Implementations
impl<C, M, R> CreateTransitVirtualInterface<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateTransitVirtualInterface<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateTransitVirtualInterfaceOutput, SdkError<CreateTransitVirtualInterfaceError>> where
R::Policy: SmithyRetryPolicy<CreateTransitVirtualInterfaceInputOperationOutputAlias, CreateTransitVirtualInterfaceOutput, CreateTransitVirtualInterfaceError, CreateTransitVirtualInterfaceInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateTransitVirtualInterfaceOutput, SdkError<CreateTransitVirtualInterfaceError>> where
R::Policy: SmithyRetryPolicy<CreateTransitVirtualInterfaceInputOperationOutputAlias, CreateTransitVirtualInterfaceOutput, CreateTransitVirtualInterfaceError, CreateTransitVirtualInterfaceInputOperationRetryAlias>,
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.
Information about the transit virtual interface.
pub fn set_new_transit_virtual_interface(
self,
input: Option<NewTransitVirtualInterface>
) -> Self
pub fn set_new_transit_virtual_interface(
self,
input: Option<NewTransitVirtualInterface>
) -> Self
Information about the transit virtual interface.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for CreateTransitVirtualInterface<C, M, R>
impl<C, M, R> Send for CreateTransitVirtualInterface<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateTransitVirtualInterface<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateTransitVirtualInterface<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for CreateTransitVirtualInterface<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
