Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.
See https://paws-r.github.io/docs/directconnect/delete_bgp_peer.html for full documentation.
directconnect_delete_bgp_peer(
virtualInterfaceId = NULL,
asn = NULL,
customerAddress = NULL,
bgpPeerId = NULL
)
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.