Class: Aws::DirectConnect::Types::NewPrivateVirtualInterfaceAllocation

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 NewPrivateVirtualInterfaceAllocation data as a hash:

{
  virtual_interface_name: "VirtualInterfaceName", # required
  vlan: 1, # required
  asn: 1, # required
  mtu: 1,
  auth_key: "BGPAuthKey",
  amazon_address: "AmazonAddress",
  address_family: "ipv4", # accepts ipv4, ipv6
  customer_address: "CustomerAddress",
}

Information about a private 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)


2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'lib/aws-sdk-directconnect/types.rb', line 2232

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

#amazon_addressString

The IP address assigned to the Amazon interface.

Returns:

  • (String)


2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'lib/aws-sdk-directconnect/types.rb', line 2232

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

#asnInteger

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

Returns:

  • (Integer)


2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'lib/aws-sdk-directconnect/types.rb', line 2232

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

#auth_keyString

The authentication key for BGP configuration.

Returns:

  • (String)


2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'lib/aws-sdk-directconnect/types.rb', line 2232

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

#customer_addressString

The IP address assigned to the customer interface.

Returns:

  • (String)


2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'lib/aws-sdk-directconnect/types.rb', line 2232

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

#mtuInteger

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

Returns:

  • (Integer)


2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'lib/aws-sdk-directconnect/types.rb', line 2232

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

#virtual_interface_nameString

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

Returns:

  • (String)


2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'lib/aws-sdk-directconnect/types.rb', line 2232

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

#vlanInteger

The ID of the VLAN.

Returns:

  • (Integer)


2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'lib/aws-sdk-directconnect/types.rb', line 2232

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