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