Class: Aws::DirectConnect::Types::NewBGPPeer
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::NewBGPPeer
- 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
-
#address_family ⇒ String
The address family for the BGP peer.
-
#amazon_address ⇒ String
The IP address assigned to the Amazon interface.
-
#asn ⇒ Integer
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
-
#auth_key ⇒ String
The authentication key for BGP configuration.
-
#customer_address ⇒ String
The IP address assigned to the customer interface.
Instance Attribute Details
#address_family ⇒ String
The address family for the BGP peer.
2844 2845 2846 2847 2848 2849 2850 2851 2852 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2844 class NewBGPPeer < Struct.new( :asn, :auth_key, :address_family, :amazon_address, :customer_address) SENSITIVE = [] include Aws::Structure end |
#amazon_address ⇒ String
The IP address assigned to the Amazon interface.
2844 2845 2846 2847 2848 2849 2850 2851 2852 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2844 class NewBGPPeer < Struct.new( :asn, :auth_key, :address_family, :amazon_address, :customer_address) SENSITIVE = [] include Aws::Structure end |
#asn ⇒ Integer
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
2844 2845 2846 2847 2848 2849 2850 2851 2852 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2844 class NewBGPPeer < Struct.new( :asn, :auth_key, :address_family, :amazon_address, :customer_address) SENSITIVE = [] include Aws::Structure end |
#auth_key ⇒ String
The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.
2844 2845 2846 2847 2848 2849 2850 2851 2852 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2844 class NewBGPPeer < Struct.new( :asn, :auth_key, :address_family, :amazon_address, :customer_address) SENSITIVE = [] include Aws::Structure end |
#customer_address ⇒ String
The IP address assigned to the customer interface.
2844 2845 2846 2847 2848 2849 2850 2851 2852 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2844 class NewBGPPeer < Struct.new( :asn, :auth_key, :address_family, :amazon_address, :customer_address) SENSITIVE = [] include Aws::Structure end |