Struct rusoto_directconnect::NewBGPPeer [] [src]

pub struct NewBGPPeer {
    pub address_family: Option<AddressFamily>,
    pub amazon_address: Option<AmazonAddress>,
    pub asn: Option<ASN>,
    pub auth_key: Option<BGPAuthKey>,
    pub customer_address: Option<CustomerAddress>,
}

A structure containing information about a new BGP peer.

Fields

Trait Implementations

impl Default for NewBGPPeer
[src]

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

impl Debug for NewBGPPeer
[src]

Formats the value using the given formatter.

impl Clone for NewBGPPeer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more