Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN
Source:R/directconnect_operations.R
directconnect_delete_bgp_peer.RdDeletes 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,
asnLong = NULL,
customerAddress = NULL,
bgpPeerId = NULL
)Arguments
- virtualInterfaceId
The ID of the virtual interface.
- asn
The autonomous system number (ASN). The valid range is from 1 to 2147483646 for Border Gateway Protocol (BGP) configuration. If you provide a number greater than the maximum, an error is returned. Use
asnLonginstead.You can use
asnLongorasn, but not both. We recommend usingasnLongas it supports a greater pool of numbers.The
asnLongattribute accepts both ASN and long ASN ranges.If you provide a value in the same API call for both
asnandasnLong, the API will only accept the value forasnLong.
- asnLong
The long ASN for the BGP peer to be deleted from a Direct Connect virtual interface. The valid range is from 1 to 4294967294 for BGP configuration.
You can use
asnLongorasn, but not both. We recommend usingasnLongas it supports a greater pool of numbers.The
asnLongattribute accepts both ASN and long ASN ranges.If you provide a value in the same API call for both
asnandasnLong, the API will only accept the value forasnLong.
- customerAddress
The IP address assigned to the customer interface.
- bgpPeerId
The ID of the BGP peer.