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)


2841
2842
2843
2844
2845
2846
2847
2848
2849
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2841

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)


2841
2842
2843
2844
2845
2846
2847
2848
2849
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2841

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)


2841
2842
2843
2844
2845
2846
2847
2848
2849
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2841

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)


2841
2842
2843
2844
2845
2846
2847
2848
2849
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2841

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)


2841
2842
2843
2844
2845
2846
2847
2848
2849
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2841

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