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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'lib/aws-sdk-directconnect/types.rb', line 3136

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'lib/aws-sdk-directconnect/types.rb', line 3136

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'lib/aws-sdk-directconnect/types.rb', line 3136

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'lib/aws-sdk-directconnect/types.rb', line 3136

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'lib/aws-sdk-directconnect/types.rb', line 3136

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'lib/aws-sdk-directconnect/types.rb', line 3136

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