paws.networking (version 0.1.6)

directconnect_delete_bgp_peer: 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.

Usage

directconnect_delete_bgp_peer(virtualInterfaceId, asn, customerAddress,
  bgpPeerId)

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.

Request syntax

svc$delete_bgp_peer(
  virtualInterfaceId = "string",
  asn = 123,
  customerAddress = "string",
  bgpPeerId = "string"
)

Details

You cannot delete the last BGP peer from a virtual interface.