Struct rusoto_directconnect::BGPPeer [] [src]

pub struct BGPPeer {
    pub address_family: Option<AddressFamily>,
    pub amazon_address: Option<AmazonAddress>,
    pub asn: Option<ASN>,
    pub auth_key: Option<BGPAuthKey>,
    pub bgp_peer_state: Option<BGPPeerState>,
    pub bgp_status: Option<BGPStatus>,
    pub customer_address: Option<CustomerAddress>,
}

A structure containing information about a BGP peer.

Fields

Trait Implementations

impl Default for BGPPeer
[src]

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

impl Debug for BGPPeer
[src]

Formats the value using the given formatter.

impl Clone for BGPPeer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more