A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/DirectConnect/Types/NewPublicVirtualInterface.html below:

NewPublicVirtualInterface — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectConnect::Types::NewPublicVirtualInterface
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing NewPublicVirtualInterface as input to an Aws::Client method, you can use a vanilla Hash:

{
  virtual_interface_name: "VirtualInterfaceName",   vlan: 1,   asn: 1,   auth_key: "BGPAuthKey",
  amazon_address: "AmazonAddress",
  customer_address: "CustomerAddress",
  address_family: "ipv4",   route_filter_prefixes: [
    {
      cidr: "CIDR",
    },
  ],
  tags: [
    {
      key: "TagKey",       value: "TagValue",
    },
  ],
}

Information about a public virtual interface.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #address_family ⇒ String

The address family for the BGP peer.

Possible values:

#amazon_address ⇒ String

The IP address assigned to the Amazon interface.

#asn ⇒ Integer

The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

The valid values are 1-2147483647.

#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.

#customer_address ⇒ String

The IP address assigned to the customer interface.

#route_filter_prefixes ⇒ Array<Types::RouteFilterPrefix>

The routes to be advertised to the AWS network in this Region. Applies to public virtual interfaces.

#tags ⇒ Array<Types::Tag>

The tags associated with the public virtual interface.

#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 (-).


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4