Struct rusoto_directconnect::VirtualGateway [] [src]

pub struct VirtualGateway {
    pub virtual_gateway_id: Option<String>,
    pub virtual_gateway_state: Option<String>,
}

You can create one or more AWS Direct Connect private virtual interfaces linking to your virtual private gateway.

Virtual private gateways can be managed using the Amazon Virtual Private Cloud (Amazon VPC) console or the Amazon EC2 CreateVpnGateway action.

Fields

Trait Implementations

impl Default for VirtualGateway
[src]

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

impl Debug for VirtualGateway
[src]

Formats the value using the given formatter.

impl Clone for VirtualGateway
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more