Class: IControl::Networking::ARP::ARPStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::ARP::ARPStatistics
- Defined in:
- lib/icontrol/networking/arp.rb,
lib/icontrol/networking/arp.rb
Overview
A struct that describes ARP statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::Networking::ARP::ARPEntrySequence
The statistics for a sequence of ARP entries.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::Networking::ARP::ARPEntrySequence
The statistics for a sequence of ARP entries.
140 141 142 |
# File 'lib/icontrol/networking/arp.rb', line 140 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
140 141 142 |
# File 'lib/icontrol/networking/arp.rb', line 140 def time_stamp @time_stamp end |