Struct rusoto_directconnect::CreateBGPPeerRequest [] [src]

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

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.

impl Clone for CreateBGPPeerRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more