Struct aws_sdk_directconnect::model::new_bgp_peer::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for NewBgpPeer
Implementations
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.
The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.
The address family for the BGP peer.
The address family for the BGP peer.
The IP address assigned to the Amazon interface.
The IP address assigned to the Amazon interface.
The IP address assigned to the customer interface.
The IP address assigned to the customer interface.
Consumes the builder and constructs a NewBgpPeer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more