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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asnInteger

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

Returns:

  • (Integer)


1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-directconnect/types.rb', line 1307

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

#bgp_peer_idString

The ID of the BGP peer.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-directconnect/types.rb', line 1307

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

#customer_addressString

The IP address assigned to the customer interface.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-directconnect/types.rb', line 1307

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

#virtual_interface_idString

The ID of the virtual interface.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-directconnect/types.rb', line 1307

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