Struct rusoto_directconnect::CreateBGPPeerRequest[][src]

pub struct CreateBGPPeerRequest {
    pub new_bgp_peer: Option<NewBGPPeer>,
    pub virtual_interface_id: Option<String>,
}

Container for the parameters to the CreateBGPPeer operation.

Fields

Detailed information for the BGP peer to be created.

Default: None

The ID of the virtual interface on which the BGP peer will be provisioned.

Example: dxvif-456abc78

Default: None

Trait Implementations

impl Default for CreateBGPPeerRequest
[src]

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

impl Debug for CreateBGPPeerRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateBGPPeerRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateBGPPeerRequest
[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