Struct rusoto_ec2::VpnConnectionOptions [] [src]

pub struct VpnConnectionOptions {
    pub static_routes_only: Option<bool>,
}

Describes VPN connection options.

Fields

Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP.

Trait Implementations

impl Default for VpnConnectionOptions
[src]

[src]

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

impl Debug for VpnConnectionOptions
[src]

[src]

Formats the value using the given formatter.

impl Clone for VpnConnectionOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more