Struct aws_sdk_directconnect::client::fluent_builders::AllocateConnectionOnInterconnect [−][src]
pub struct AllocateConnectionOnInterconnect<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to AllocateConnectionOnInterconnect.
Deprecated. Use AllocateHostedConnection instead.
Creates a hosted connection on an interconnect.
Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.
Intended for use by Direct Connect Partners only.
Implementations
impl<C, M, R> AllocateConnectionOnInterconnect<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> AllocateConnectionOnInterconnect<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<AllocateConnectionOnInterconnectOutput, SdkError<AllocateConnectionOnInterconnectError>> where
R::Policy: SmithyRetryPolicy<AllocateConnectionOnInterconnectInputOperationOutputAlias, AllocateConnectionOnInterconnectOutput, AllocateConnectionOnInterconnectError, AllocateConnectionOnInterconnectInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<AllocateConnectionOnInterconnectOutput, SdkError<AllocateConnectionOnInterconnectError>> where
R::Policy: SmithyRetryPolicy<AllocateConnectionOnInterconnectInputOperationOutputAlias, AllocateConnectionOnInterconnectOutput, AllocateConnectionOnInterconnectError, AllocateConnectionOnInterconnectInputOperationRetryAlias>,
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 bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.
The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.
The name of the provisioned connection.
The name of the provisioned connection.
The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.
The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.
The ID of the interconnect on which the connection will be provisioned.
The ID of the interconnect on which the connection will be provisioned.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for AllocateConnectionOnInterconnect<C, M, R>
impl<C, M, R> Send for AllocateConnectionOnInterconnect<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for AllocateConnectionOnInterconnect<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for AllocateConnectionOnInterconnect<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for AllocateConnectionOnInterconnect<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
