View source: R/directconnect_operations.R
directconnect_delete_bgp_peer | R Documentation |
Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.
See https://www.paws-r-sdk.com/docs/directconnect_delete_bgp_peer/ for full documentation.
directconnect_delete_bgp_peer(
virtualInterfaceId = NULL,
asn = NULL,
customerAddress = NULL,
bgpPeerId = NULL
)
virtualInterfaceId |
The ID of the virtual interface. |
asn |
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. |
customerAddress |
The IP address assigned to the customer interface. |
bgpPeerId |
The ID of the BGP peer. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.