Class: Aws::DirectConnect::Types::NewBGPPeer
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::NewBGPPeer
- 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
-
#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 number (ASN).
-
#asn_long ⇒ Integer
The long ASN for a new BGP peer.
-
#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.
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_address ⇒ String
The IP address assigned to the Amazon interface.
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 ⇒ Integer
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.
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_long ⇒ Integer
The long ASN for a new BGP peer. The valid range is from 1 to 4294967294.
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_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.
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_address ⇒ String
The IP address assigned to the customer interface.
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 |