Struct rusoto_ec2::CreateCustomerGatewayRequest [] [src]

pub struct CreateCustomerGatewayRequest {
    pub bgp_asn: i64,
    pub dry_run: Option<bool>,
    pub public_ip: String,
    pub type_: String,
}

Contains the parameters for CreateCustomerGateway.

Fields

For devices that support BGP, the customer gateway's BGP ASN.

Default: 65000

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

The Internet-routable IP address for the customer gateway's outside interface. The address must be static.

The type of VPN connection that this customer gateway supports (ipsec.1).

Trait Implementations

impl Default for CreateCustomerGatewayRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for CreateCustomerGatewayRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateCustomerGatewayRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more