Class: Aws::DirectConnect::Types::DeleteBGPPeerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DeleteBGPPeerRequest
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asn ⇒ Integer
The autonomous system number (ASN).
-
#asn_long ⇒ Integer
The long ASN for the BGP peer to be deleted from a Direct Connect virtual interface.
-
#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 number (ASN). The valid range is from 1 to
2147483646 for Border Gateway Protocol (BGP) configuration. If you
provide a number greater than the maximum, an error is returned. Use
asnLong
instead.
asnLong
or asn
, but not both. We recommend using
asnLong
as it supports a greater pool of numbers.
The
asnLong
attribute accepts both ASN and long ASN ranges.If you provide a value in the same API call for both
asn
andasnLong
, the API will only accept the value forasnLong
.
1423 1424 1425 1426 1427 1428 1429 1430 1431 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1423 class DeleteBGPPeerRequest < Struct.new( :virtual_interface_id, :asn, :asn_long, :customer_address, :bgp_peer_id) SENSITIVE = [] include Aws::Structure end |
#asn_long ⇒ Integer
The long ASN for the BGP peer to be deleted from a Direct Connect virtual interface. The valid range is from 1 to 4294967294 for BGP configuration.
asnLong
or asn
, but not both. We recommend using
asnLong
as it supports a greater pool of numbers.
The
asnLong
attribute accepts both ASN and long ASN ranges.If you provide a value in the same API call for both
asn
andasnLong
, the API will only accept the value forasnLong
.
1423 1424 1425 1426 1427 1428 1429 1430 1431 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1423 class DeleteBGPPeerRequest < Struct.new( :virtual_interface_id, :asn, :asn_long, :customer_address, :bgp_peer_id) SENSITIVE = [] include Aws::Structure end |
#bgp_peer_id ⇒ String
The ID of the BGP peer.
1423 1424 1425 1426 1427 1428 1429 1430 1431 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1423 class DeleteBGPPeerRequest < Struct.new( :virtual_interface_id, :asn, :asn_long, :customer_address, :bgp_peer_id) SENSITIVE = [] include Aws::Structure end |
#customer_address ⇒ String
The IP address assigned to the customer interface.
1423 1424 1425 1426 1427 1428 1429 1430 1431 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1423 class DeleteBGPPeerRequest < Struct.new( :virtual_interface_id, :asn, :asn_long, :customer_address, :bgp_peer_id) SENSITIVE = [] include Aws::Structure end |
#virtual_interface_id ⇒ String
The ID of the virtual interface.
1423 1424 1425 1426 1427 1428 1429 1430 1431 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1423 class DeleteBGPPeerRequest < Struct.new( :virtual_interface_id, :asn, :asn_long, :customer_address, :bgp_peer_id) SENSITIVE = [] include Aws::Structure end |