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]

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

impl Debug for VpnConnectionOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for VpnConnectionOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VpnConnectionOptions
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations