Struct aws_sdk_ec2::model::TransitGatewayAttachmentBgpConfiguration [−][src]
#[non_exhaustive]pub struct TransitGatewayAttachmentBgpConfiguration {
pub transit_gateway_asn: Option<i64>,
pub peer_asn: Option<i64>,
pub transit_gateway_address: Option<String>,
pub peer_address: Option<String>,
pub bgp_status: Option<BgpStatus>,
}
Expand description
The BGP configuration information.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.transit_gateway_asn: Option<i64>
The transit gateway Autonomous System Number (ASN).
peer_asn: Option<i64>
The peer Autonomous System Number (ASN).
transit_gateway_address: Option<String>
The interior BGP peer IP address for the transit gateway.
peer_address: Option<String>
The interior BGP peer IP address for the appliance.
bgp_status: Option<BgpStatus>
The BGP status.
Implementations
The transit gateway Autonomous System Number (ASN).
The interior BGP peer IP address for the transit gateway.
The interior BGP peer IP address for the appliance.
The BGP status.
Creates a new builder-style object to manufacture TransitGatewayAttachmentBgpConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
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