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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asnInteger

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.

You can use 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 and asnLong, the API will only accept the value for asnLong.

Returns:

  • (Integer)


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_longInteger

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.

You can use 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 and asnLong, the API will only accept the value for asnLong.

Returns:

  • (Integer)


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_idString

The ID of the BGP peer.

Returns:

  • (String)


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_addressString

The IP address assigned to the customer interface.

Returns:

  • (String)


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_idString

The ID of the virtual interface.

Returns:

  • (String)


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