You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectConnect::Types::DeleteBGPPeerRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteBGPPeerRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  virtual_interface_id: "VirtualInterfaceId",
  asn: 1,
  customer_address: "CustomerAddress",
  bgp_peer_id: "BGPPeerId",
}

Instance Attribute Summary collapse

Instance Attribute Details

#asnInteger

The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

Returns:

  • (Integer)

    The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

#bgp_peer_idString

The ID of the BGP peer.

Returns:

  • (String)

    The ID of the BGP peer.

#customer_addressString

The IP address assigned to the customer interface.

Returns:

  • (String)

    The IP address assigned to the customer interface.

#virtual_interface_idString

The ID of the virtual interface.

Returns:

  • (String)

    The ID of the virtual interface.