Class: Aws::DirectConnect::Types::NewBGPPeer

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

Overview

Information about a new BGP peer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_familyString

The address family for the BGP peer.

Returns:

  • (String)


3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3096

class NewBGPPeer < Struct.new(
  :asn,
  :asn_long,
  :auth_key,
  :address_family,
  :amazon_address,
  :customer_address)
  SENSITIVE = []
  include Aws::Structure
end

#amazon_addressString

The IP address assigned to the Amazon interface.

Returns:

  • (String)


3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3096

class NewBGPPeer < Struct.new(
  :asn,
  :asn_long,
  :auth_key,
  :address_family,
  :amazon_address,
  :customer_address)
  SENSITIVE = []
  include Aws::Structure
end

#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.

Returns:

  • (Integer)


3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3096

class NewBGPPeer < Struct.new(
  :asn,
  :asn_long,
  :auth_key,
  :address_family,
  :amazon_address,
  :customer_address)
  SENSITIVE = []
  include Aws::Structure
end

#asn_longInteger

The long ASN for a new BGP peer. The valid range is from 1 to 4294967294.

Returns:

  • (Integer)


3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3096

class NewBGPPeer < Struct.new(
  :asn,
  :asn_long,
  :auth_key,
  :address_family,
  :amazon_address,
  :customer_address)
  SENSITIVE = []
  include Aws::Structure
end

#auth_keyString

The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.

Returns:

  • (String)


3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3096

class NewBGPPeer < Struct.new(
  :asn,
  :asn_long,
  :auth_key,
  :address_family,
  :amazon_address,
  :customer_address)
  SENSITIVE = []
  include Aws::Structure
end

#customer_addressString

The IP address assigned to the customer interface.

Returns:

  • (String)


3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3096

class NewBGPPeer < Struct.new(
  :asn,
  :asn_long,
  :auth_key,
  :address_family,
  :amazon_address,
  :customer_address)
  SENSITIVE = []
  include Aws::Structure
end