Class: Aws::DirectConnect::Types::NewTransitVirtualInterfaceAllocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::NewTransitVirtualInterfaceAllocation
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Information about a transit virtual interface to be provisioned on a connection.
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 ASN when allocating a new transit virtual interface.
-
#auth_key ⇒ String
The authentication key for BGP configuration.
-
#customer_address ⇒ String
The IP address assigned to the customer interface.
-
#mtu ⇒ Integer
The maximum transmission unit (MTU), in bytes.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the transitive virtual interface.
-
#virtual_interface_name ⇒ String
The name of the virtual interface assigned by the customer network.
-
#vlan ⇒ Integer
The ID of the VLAN.
Instance Attribute Details
#address_family ⇒ String
The address family for the BGP peer.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3656 class NewTransitVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :asn_long, :mtu, :auth_key, :amazon_address, :customer_address, :address_family, :tags) SENSITIVE = [] include Aws::Structure end |
#amazon_address ⇒ String
The IP address assigned to the Amazon interface.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3656 class NewTransitVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :asn_long, :mtu, :auth_key, :amazon_address, :customer_address, :address_family, :tags) 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.
asnLong
or asn
, but not both. We recommend using
asnLong
as it supports a greater pool of numbers.
The
asnLong
attribute accepts both ASN and long ASN ranges.If you provide a value in the same API call for both
asn
andasnLong
, the API will only accept the value forasnLong
.
The valid values are 1-2147483646.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3656 class NewTransitVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :asn_long, :mtu, :auth_key, :amazon_address, :customer_address, :address_family, :tags) SENSITIVE = [] include Aws::Structure end |
#asn_long ⇒ Integer
The ASN when allocating a new transit virtual interface. The valid range is from 1 to 4294967294 for BGP configuration.
asnLong
or asn
, but not both. We recommend using
asnLong
as it supports a greater pool of numbers.
The
asnLong
attribute accepts both ASN and long ASN ranges.If you provide a value in the same API call for both
asn
andasnLong
, the API will only accept the value forasnLong
.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3656 class NewTransitVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :asn_long, :mtu, :auth_key, :amazon_address, :customer_address, :address_family, :tags) 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.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3656 class NewTransitVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :asn_long, :mtu, :auth_key, :amazon_address, :customer_address, :address_family, :tags) SENSITIVE = [] include Aws::Structure end |
#customer_address ⇒ String
The IP address assigned to the customer interface.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3656 class NewTransitVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :asn_long, :mtu, :auth_key, :amazon_address, :customer_address, :address_family, :tags) SENSITIVE = [] include Aws::Structure end |
#mtu ⇒ Integer
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3656 class NewTransitVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :asn_long, :mtu, :auth_key, :amazon_address, :customer_address, :address_family, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with the transitive virtual interface.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3656 class NewTransitVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :asn_long, :mtu, :auth_key, :amazon_address, :customer_address, :address_family, :tags) SENSITIVE = [] include Aws::Structure end |
#virtual_interface_name ⇒ String
The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3656 class NewTransitVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :asn_long, :mtu, :auth_key, :amazon_address, :customer_address, :address_family, :tags) SENSITIVE = [] include Aws::Structure end |
#vlan ⇒ Integer
The ID of the VLAN.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3656 class NewTransitVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :asn_long, :mtu, :auth_key, :amazon_address, :customer_address, :address_family, :tags) SENSITIVE = [] include Aws::Structure end |