Class: Aws::DirectConnect::Types::NewPublicVirtualInterfaceAllocation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directconnect/types.rb

Overview

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",
    },
  ],
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#address_familyString

The address family for the BGP peer.

Returns:

  • (String)


2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-directconnect/types.rb', line 2369

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes)
  include Aws::Structure
end

#amazon_addressString

The IP address assigned to the Amazon interface.

Returns:

  • (String)


2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-directconnect/types.rb', line 2369

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes)
  include Aws::Structure
end

#asnInteger

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

Returns:

  • (Integer)


2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-directconnect/types.rb', line 2369

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes)
  include Aws::Structure
end

#auth_keyString

The authentication key for BGP configuration.

Returns:

  • (String)


2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-directconnect/types.rb', line 2369

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes)
  include Aws::Structure
end

#customer_addressString

The IP address assigned to the customer interface.

Returns:

  • (String)


2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-directconnect/types.rb', line 2369

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes)
  include Aws::Structure
end

#route_filter_prefixesArray<Types::RouteFilterPrefix>

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

Returns:



2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-directconnect/types.rb', line 2369

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes)
  include Aws::Structure
end

#virtual_interface_nameString

The name of the virtual interface assigned by the customer network.

Returns:

  • (String)


2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-directconnect/types.rb', line 2369

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes)
  include Aws::Structure
end

#vlanInteger

The ID of the VLAN.

Returns:

  • (Integer)


2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-directconnect/types.rb', line 2369

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes)
  include Aws::Structure
end