Struct rusoto_ec2::VpnConnectionOptionsSpecification [] [src]

pub struct VpnConnectionOptionsSpecification {
    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 VpnConnectionOptionsSpecification
[src]

[src]

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

impl Debug for VpnConnectionOptionsSpecification
[src]

[src]

Formats the value using the given formatter.

impl Clone for VpnConnectionOptionsSpecification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more