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)


2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2875

class NewBGPPeer < Struct.new(
  :asn,
  :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)


2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2875

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

#asnInteger

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

Returns:

  • (Integer)


2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2875

class NewBGPPeer < Struct.new(
  :asn,
  :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)


2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2875

class NewBGPPeer < Struct.new(
  :asn,
  :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)


2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2875

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