class Aws::DirectConnect::Types::NewPrivateVirtualInterface

Information about a private virtual interface.

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

data as a hash:

    {
      virtual_interface_name: "VirtualInterfaceName", # required
      vlan: 1, # required
      asn: 1, # required
      mtu: 1,
      auth_key: "BGPAuthKey",
      amazon_address: "AmazonAddress",
      customer_address: "CustomerAddress",
      address_family: "ipv4", # accepts ipv4, ipv6
      virtual_gateway_id: "VirtualGatewayId",
      direct_connect_gateway_id: "DirectConnectGatewayId",
      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] virtual_gateway_id

The ID of the virtual private gateway.
@return [String]

@!attribute [rw] direct_connect_gateway_id

The ID of the Direct Connect gateway.
@return [String]

@!attribute [rw] tags

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

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

Constants

SENSITIVE