Struct rusoto_ec2::VpnStaticRoute [] [src]

pub struct VpnStaticRoute {
    pub destination_cidr_block: Option<String>,
    pub source: Option<String>,
    pub state: Option<String>,
}

Describes a static route for a VPN connection.

Fields

The CIDR block associated with the local subnet of the customer data center.

Indicates how the routes were provided.

The current state of the static route.

Trait Implementations

impl Default for VpnStaticRoute
[src]

[src]

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

impl Debug for VpnStaticRoute
[src]

[src]

Formats the value using the given formatter.

impl Clone for VpnStaticRoute
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more