Class: Aws::DirectConnect::Types::NewTransitVirtualInterface

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

Overview

Information about a transit virtual interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_familyString

The address family for the BGP peer.

Returns:

  • (String)


3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3563

class NewTransitVirtualInterface < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :asn_long,
  :mtu,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :direct_connect_gateway_id,
  :tags,
  :enable_site_link)
  SENSITIVE = []
  include Aws::Structure
end

#amazon_addressString

The IP address assigned to the Amazon interface.

Returns:

  • (String)


3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3563

class NewTransitVirtualInterface < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :asn_long,
  :mtu,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :direct_connect_gateway_id,
  :tags,
  :enable_site_link)
  SENSITIVE = []
  include Aws::Structure
end

#asnInteger

The autonomous system number (ASN). The valid range is from 1 to 2147483646 for Border Gateway Protocol (BGP) configuration. If you provide a number greater than the maximum, an error is returned. Use asnLong instead.

You can use asnLong or asn, but not both. We recommend using asnLong as it supports a greater pool of numbers.

  • The asnLong attribute accepts both ASN and long ASN ranges.

  • If you provide a value in the same API call for both asn and asnLong, the API will only accept the value for asnLong.

Returns:

  • (Integer)


3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3563

class NewTransitVirtualInterface < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :asn_long,
  :mtu,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :direct_connect_gateway_id,
  :tags,
  :enable_site_link)
  SENSITIVE = []
  include Aws::Structure
end

#asn_longInteger

The long ASN for a new transit virtual interface.The valid range is from 1 to 4294967294 for BGP configuration.

You can use asnLong or asn, but not both. We recommend using asnLong as it supports a greater pool of numbers.

  • The asnLong attribute accepts both ASN and long ASN ranges.

  • If you provide a value in the same API call for both asn and asnLong, the API will only accept the value for asnLong.

Returns:

  • (Integer)


3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3563

class NewTransitVirtualInterface < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :asn_long,
  :mtu,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :direct_connect_gateway_id,
  :tags,
  :enable_site_link)
  SENSITIVE = []
  include Aws::Structure
end

#auth_keyString

The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.

Returns:

  • (String)


3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3563

class NewTransitVirtualInterface < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :asn_long,
  :mtu,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :direct_connect_gateway_id,
  :tags,
  :enable_site_link)
  SENSITIVE = []
  include Aws::Structure
end

#customer_addressString

The IP address assigned to the customer interface.

Returns:

  • (String)


3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3563

class NewTransitVirtualInterface < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :asn_long,
  :mtu,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :direct_connect_gateway_id,
  :tags,
  :enable_site_link)
  SENSITIVE = []
  include Aws::Structure
end

#direct_connect_gateway_idString

The ID of the Direct Connect gateway.

Returns:

  • (String)


3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3563

class NewTransitVirtualInterface < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :asn_long,
  :mtu,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :direct_connect_gateway_id,
  :tags,
  :enable_site_link)
  SENSITIVE = []
  include Aws::Structure
end

Indicates whether to enable or disable SiteLink.

Returns:

  • (Boolean)


3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3563

class NewTransitVirtualInterface < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :asn_long,
  :mtu,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :direct_connect_gateway_id,
  :tags,
  :enable_site_link)
  SENSITIVE = []
  include Aws::Structure
end

#mtuInteger

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

Returns:

  • (Integer)


3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3563

class NewTransitVirtualInterface < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :asn_long,
  :mtu,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :direct_connect_gateway_id,
  :tags,
  :enable_site_link)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags associated with the transitive virtual interface.

Returns:



3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3563

class NewTransitVirtualInterface < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :asn_long,
  :mtu,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :direct_connect_gateway_id,
  :tags,
  :enable_site_link)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_interface_nameString

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

Returns:

  • (String)


3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3563

class NewTransitVirtualInterface < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :asn_long,
  :mtu,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :direct_connect_gateway_id,
  :tags,
  :enable_site_link)
  SENSITIVE = []
  include Aws::Structure
end

#vlanInteger

The ID of the VLAN.

Returns:

  • (Integer)


3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3563

class NewTransitVirtualInterface < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :asn_long,
  :mtu,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :direct_connect_gateway_id,
  :tags,
  :enable_site_link)
  SENSITIVE = []
  include Aws::Structure
end