Class: IControl::Networking::VLAN::ForwardingTableEntry

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#interface_nameString

The interface/trunk name.

Returns:

  • (String)

    the current value of interface_name



398
399
400
# File 'lib/icontrol/networking/vlan.rb', line 398

def interface_name
  @interface_name
end

#interface_typeIControl::Networking::MemberType

Whether the interface_name is an interface or trunk.

Returns:



398
399
400
# File 'lib/icontrol/networking/vlan.rb', line 398

def interface_type
  @interface_type
end

#mac_addressString

The MAC address.

Returns:

  • (String)

    the current value of mac_address



398
399
400
# File 'lib/icontrol/networking/vlan.rb', line 398

def mac_address
  @mac_address
end