Class: IControl::Networking::VLAN::ForwardingTableEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::VLAN::ForwardingTableEntry
- Defined in:
- lib/icontrol/networking/vlan.rb,
lib/icontrol/networking/vlan.rb
Overview
A struct that describes a forwarding table entry.
Instance Attribute Summary collapse
-
#interface_name ⇒ String
The interface/trunk name.
-
#interface_type ⇒ IControl::Networking::MemberType
Whether the interface_name is an interface or trunk.
-
#mac_address ⇒ String
The MAC address.
Instance Attribute Details
#interface_name ⇒ String
The interface/trunk name.
398 399 400 |
# File 'lib/icontrol/networking/vlan.rb', line 398 def interface_name @interface_name end |
#interface_type ⇒ IControl::Networking::MemberType
Whether the interface_name is an interface or trunk.
398 399 400 |
# File 'lib/icontrol/networking/vlan.rb', line 398 def interface_type @interface_type end |
#mac_address ⇒ String
The MAC address.
398 399 400 |
# File 'lib/icontrol/networking/vlan.rb', line 398 def mac_address @mac_address end |