class Aws::DirectConnect::Types::NewTransitVirtualInterfaceAllocation
Information about a transit virtual interface to be provisioned on a connection.
@note When making an API call, you may pass NewTransitVirtualInterfaceAllocation
data as a hash: { virtual_interface_name: "VirtualInterfaceName", vlan: 1, asn: 1, mtu: 1, auth_key: "BGPAuthKey", amazon_address: "AmazonAddress", customer_address: "CustomerAddress", address_family: "ipv4", # accepts ipv4, ipv6 tags: [ { key: "TagKey", # required value: "TagValue", }, ], }
@!attribute [rw] virtual_interface_name
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 (-). @return [String]
@!attribute [rw] vlan
The ID of the VLAN. @return [Integer]
@!attribute [rw] asn
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. The valid values are 1-2147483647. @return [Integer]
@!attribute [rw] mtu
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500. @return [Integer]
@!attribute [rw] auth_key
The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters. @return [String]
@!attribute [rw] amazon_address
The IP address assigned to the Amazon interface. @return [String]
@!attribute [rw] customer_address
The IP address assigned to the customer interface. @return [String]
@!attribute [rw] address_family
The address family for the BGP peer. @return [String]
@!attribute [rw] tags
The tags associated with the transitive virtual interface. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewTransitVirtualInterfaceAllocation AWS API Documentation
Constants
- SENSITIVE