Class: IControl::Networking::ARP::StaticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::ARP::StaticEntry
- 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
-
#address ⇒ String
The ARP/NDP entry’s IP address.
-
#mac_address ⇒ String
The MAC address.
Instance Attribute Details
#address ⇒ String
The ARP/NDP entry’s IP address.
175 176 177 |
# File 'lib/icontrol/networking/arp.rb', line 175 def address @address end |
#mac_address ⇒ String
The MAC address.
175 176 177 |
# File 'lib/icontrol/networking/arp.rb', line 175 def mac_address @mac_address end |