#[non_exhaustive]pub struct TransitGatewayConnectRequestBgpOptions { /* private fields */ }
Expand description
The BGP options for the Connect attachment.
Implementations§
source§impl TransitGatewayConnectRequestBgpOptions
impl TransitGatewayConnectRequestBgpOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayConnectRequestBgpOptions
.
Trait Implementations§
source§impl Clone for TransitGatewayConnectRequestBgpOptions
impl Clone for TransitGatewayConnectRequestBgpOptions
source§fn clone(&self) -> TransitGatewayConnectRequestBgpOptions
fn clone(&self) -> TransitGatewayConnectRequestBgpOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<TransitGatewayConnectRequestBgpOptions> for TransitGatewayConnectRequestBgpOptions
impl PartialEq<TransitGatewayConnectRequestBgpOptions> for TransitGatewayConnectRequestBgpOptions
source§fn eq(&self, other: &TransitGatewayConnectRequestBgpOptions) -> bool
fn eq(&self, other: &TransitGatewayConnectRequestBgpOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.