directconnect_delete_bgp_peer {paws.networking} | R Documentation |
Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN
Description
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.
Usage
directconnect_delete_bgp_peer(
virtualInterfaceId = NULL,
asn = NULL,
customerAddress = NULL,
bgpPeerId = NULL
)
Arguments
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. |
[Package paws.networking version 0.9.0 Index]