class Aws::DirectConnect::Types::NewPublicVirtualInterfaceAllocation

Information about a public virtual interface to be provisioned on a connection.

@note When making an API call, you may pass NewPublicVirtualInterfaceAllocation

data as a hash:

    {
      virtual_interface_name: "VirtualInterfaceName", # required
      vlan: 1, # required
      asn: 1, # required
      auth_key: "BGPAuthKey",
      amazon_address: "AmazonAddress",
      customer_address: "CustomerAddress",
      address_family: "ipv4", # accepts ipv4, ipv6
      route_filter_prefixes: [
        {
          cidr: "CIDR",
        },
      ],
      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] 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] route_filter_prefixes

The routes to be advertised to the Amazon Web Services network in
this Region. Applies to public virtual interfaces.
@return [Array<Types::RouteFilterPrefix>]

@!attribute [rw] tags

The tags associated with the public virtual interface.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPublicVirtualInterfaceAllocation AWS API Documentation

Constants

SENSITIVE