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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directconnect/types.rb

Overview

Note:

When making an API call, you may pass DeleteBGPPeerRequest data as a 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)


967
968
969
970
971
972
973
# File 'lib/aws-sdk-directconnect/types.rb', line 967

class DeleteBGPPeerRequest < Struct.new(
  :virtual_interface_id,
  :asn,
  :customer_address,
  :bgp_peer_id)
  include Aws::Structure
end

#bgp_peer_idString

The ID of the BGP peer.

Returns:

  • (String)


967
968
969
970
971
972
973
# File 'lib/aws-sdk-directconnect/types.rb', line 967

class DeleteBGPPeerRequest < Struct.new(
  :virtual_interface_id,
  :asn,
  :customer_address,
  :bgp_peer_id)
  include Aws::Structure
end

#customer_addressString

The IP address assigned to the customer interface.

Returns:

  • (String)


967
968
969
970
971
972
973
# File 'lib/aws-sdk-directconnect/types.rb', line 967

class DeleteBGPPeerRequest < Struct.new(
  :virtual_interface_id,
  :asn,
  :customer_address,
  :bgp_peer_id)
  include Aws::Structure
end

#virtual_interface_idString

The ID of the virtual interface.

Returns:

  • (String)


967
968
969
970
971
972
973
# File 'lib/aws-sdk-directconnect/types.rb', line 967

class DeleteBGPPeerRequest < Struct.new(
  :virtual_interface_id,
  :asn,
  :customer_address,
  :bgp_peer_id)
  include Aws::Structure
end