Struct aws_sdk_directconnect::input::AllocateConnectionOnInterconnectInput [−][src]
#[non_exhaustive]pub struct AllocateConnectionOnInterconnectInput {
pub bandwidth: Option<String>,
pub connection_name: Option<String>,
pub owner_account: Option<String>,
pub interconnect_id: Option<String>,
pub vlan: i32,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.bandwidth: Option<String>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.
connection_name: Option<String>The name of the provisioned connection.
owner_account: Option<String>The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.
interconnect_id: Option<String>The ID of the interconnect on which the connection will be provisioned.
vlan: i32The dedicated VLAN provisioned to the connection.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AllocateConnectionOnInterconnect, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AllocateConnectionOnInterconnect, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AllocateConnectionOnInterconnect>
Creates a new builder-style object to manufacture AllocateConnectionOnInterconnectInput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
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