Struct aws_sdk_directconnect::input::DeleteBgpPeerInput
source · [−]#[non_exhaustive]pub struct DeleteBgpPeerInput {
pub virtual_interface_id: Option<String>,
pub asn: i32,
pub customer_address: Option<String>,
pub bgp_peer_id: Option<String>,
}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.virtual_interface_id: Option<String>The ID of the virtual interface.
asn: i32The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
customer_address: Option<String>The IP address assigned to the customer interface.
bgp_peer_id: Option<String>The ID of the BGP peer.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBGPPeer, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBGPPeer, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteBGPPeer>
Creates a new builder-style object to manufacture DeleteBgpPeerInput
The ID of the virtual interface.
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
The IP address assigned to the customer interface.
The ID of the BGP peer.
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
impl RefUnwindSafe for DeleteBgpPeerInput
impl Send for DeleteBgpPeerInput
impl Sync for DeleteBgpPeerInput
impl Unpin for DeleteBgpPeerInput
impl UnwindSafe for DeleteBgpPeerInput
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