Class: Aws::EC2::Types::TrunkInterfaceAssociation

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

Overview

Currently available in limited preview only. If you are interested in using this feature, contact your account manager.

Information about an association between a branch network interface with a trunk network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID of the association.

Returns:

  • (String)


61750
61751
61752
61753
61754
61755
61756
61757
61758
61759
61760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61750

class TrunkInterfaceAssociation < Struct.new(
  :association_id,
  :branch_interface_id,
  :trunk_interface_id,
  :interface_protocol,
  :vlan_id,
  :gre_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#branch_interface_idString

The ID of the branch network interface.

Returns:

  • (String)


61750
61751
61752
61753
61754
61755
61756
61757
61758
61759
61760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61750

class TrunkInterfaceAssociation < Struct.new(
  :association_id,
  :branch_interface_id,
  :trunk_interface_id,
  :interface_protocol,
  :vlan_id,
  :gre_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#gre_keyInteger

The application key when you use the GRE protocol.

Returns:

  • (Integer)


61750
61751
61752
61753
61754
61755
61756
61757
61758
61759
61760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61750

class TrunkInterfaceAssociation < Struct.new(
  :association_id,
  :branch_interface_id,
  :trunk_interface_id,
  :interface_protocol,
  :vlan_id,
  :gre_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#interface_protocolString

The interface protocol. Valid values are VLAN and GRE.

Returns:

  • (String)


61750
61751
61752
61753
61754
61755
61756
61757
61758
61759
61760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61750

class TrunkInterfaceAssociation < Struct.new(
  :association_id,
  :branch_interface_id,
  :trunk_interface_id,
  :interface_protocol,
  :vlan_id,
  :gre_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the trunk interface association.

Returns:



61750
61751
61752
61753
61754
61755
61756
61757
61758
61759
61760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61750

class TrunkInterfaceAssociation < Struct.new(
  :association_id,
  :branch_interface_id,
  :trunk_interface_id,
  :interface_protocol,
  :vlan_id,
  :gre_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#trunk_interface_idString

The ID of the trunk network interface.

Returns:

  • (String)


61750
61751
61752
61753
61754
61755
61756
61757
61758
61759
61760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61750

class TrunkInterfaceAssociation < Struct.new(
  :association_id,
  :branch_interface_id,
  :trunk_interface_id,
  :interface_protocol,
  :vlan_id,
  :gre_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vlan_idInteger

The ID of the VLAN when you use the VLAN protocol.

Returns:

  • (Integer)


61750
61751
61752
61753
61754
61755
61756
61757
61758
61759
61760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61750

class TrunkInterfaceAssociation < Struct.new(
  :association_id,
  :branch_interface_id,
  :trunk_interface_id,
  :interface_protocol,
  :vlan_id,
  :gre_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end