Struct rusoto_ec2::CustomerGateway [] [src]

pub struct CustomerGateway {
    pub bgp_asn: Option<String>,
    pub customer_gateway_id: Option<String>,
    pub ip_address: Option<String>,
    pub state: Option<String>,
    pub tags: Option<Vec<Tag>>,
    pub type_: Option<String>,
}

Describes a customer gateway.

Fields

The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

The ID of the customer gateway.

The Internet-routable IP address of the customer gateway's outside interface.

The current state of the customer gateway (pending | available | deleting | deleted).

Any tags assigned to the customer gateway.

The type of VPN connection the customer gateway supports (ipsec.1).

Trait Implementations

impl Default for CustomerGateway
[src]

[src]

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

impl Debug for CustomerGateway
[src]

[src]

Formats the value using the given formatter.

impl Clone for CustomerGateway
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more