Class: Aws::DirectConnect::Types::DeleteBGPPeerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DeleteBGPPeerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asn ⇒ Integer
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
-
#bgp_peer_id ⇒ String
The ID of the BGP peer.
-
#customer_address ⇒ String
The IP address assigned to the customer interface.
-
#virtual_interface_id ⇒ String
The ID of the virtual interface.
Instance Attribute Details
#asn ⇒ Integer
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
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_id ⇒ String
The ID of the BGP peer.
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_address ⇒ String
The IP address assigned to the customer interface.
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_id ⇒ String
The ID of the virtual interface.
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 |