Struct aws_sdk_directconnect::input::CreateDirectConnectGatewayInput [−][src]
#[non_exhaustive]pub struct CreateDirectConnectGatewayInput {
pub direct_connect_gateway_name: Option<String>,
pub amazon_side_asn: Option<i64>,
}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.direct_connect_gateway_name: Option<String>The name of the Direct Connect gateway.
amazon_side_asn: Option<i64>The autonomous system number (ASN) for Border Gateway Protocol (BGP) to be configured on the Amazon side of the connection. The ASN must be in the private range of 64,512 to 65,534 or 4,200,000,000 to 4,294,967,294. The default is 64512.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDirectConnectGateway, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDirectConnectGateway, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateDirectConnectGateway>
Creates a new builder-style object to manufacture CreateDirectConnectGatewayInput
The name of the Direct Connect gateway.
The autonomous system number (ASN) for Border Gateway Protocol (BGP) to be configured on the Amazon side of the connection. The ASN must be in the private range of 64,512 to 65,534 or 4,200,000,000 to 4,294,967,294. The default is 64512.
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 CreateDirectConnectGatewayInput
impl Sync for CreateDirectConnectGatewayInput
impl Unpin for CreateDirectConnectGatewayInput
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
