#[non_exhaustive]pub struct AllocateHostedConnectionInput {
pub connection_id: Option<String>,
pub owner_account: Option<String>,
pub bandwidth: Option<String>,
pub connection_name: Option<String>,
pub vlan: i32,
pub tags: Option<Vec<Tag>>,
}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.connection_id: Option<String>The ID of the interconnect or LAG.
owner_account: Option<String>The ID of the Amazon Web Services account ID of the customer for the connection.
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 hosted connection.
vlan: i32The dedicated VLAN provisioned to the hosted connection.
The tags associated with the connection.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AllocateHostedConnection, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AllocateHostedConnection, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AllocateHostedConnection>
Creates a new builder-style object to manufacture AllocateHostedConnectionInput
The ID of the interconnect or LAG.
The ID of the Amazon Web Services account ID of the customer for the 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 hosted connection.
The tags associated with the connection.
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
impl Send for AllocateHostedConnectionInput
impl Sync for AllocateHostedConnectionInput
impl Unpin for AllocateHostedConnectionInput
impl UnwindSafe for AllocateHostedConnectionInput
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