Class: IControl::Networking::ARP::StaticEntry

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/networking/arp.rb,
lib/icontrol/networking/arp.rb

Overview

A struct that describes an ARP or NDP entry.

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The ARP/NDP entry’s IP address.

Returns:

  • (String)

    the current value of address



175
176
177
# File 'lib/icontrol/networking/arp.rb', line 175

def address
  @address
end

#mac_addressString

The MAC address.

Returns:

  • (String)

    the current value of mac_address



175
176
177
# File 'lib/icontrol/networking/arp.rb', line 175

def mac_address
  @mac_address
end