Struct rusoto_directconnect::BGPPeer[][src]

pub struct BGPPeer {
    pub address_family: Option<String>,
    pub amazon_address: Option<String>,
    pub asn: Option<i64>,
    pub auth_key: Option<String>,
    pub bgp_peer_state: Option<String>,
    pub bgp_status: Option<String>,
    pub customer_address: Option<String>,
}

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. Read more

impl Clone for BGPPeer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BGPPeer
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for BGPPeer

impl Sync for BGPPeer