Class: IControl::Networking::ARP::NDPStatistics

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

Instance Attribute Details

#statisticsIControl::Networking::ARP::NDPEntrySequence

The statistics for a sequence of NDP entries.

Returns:



166
167
168
# File 'lib/icontrol/networking/arp.rb', line 166

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



166
167
168
# File 'lib/icontrol/networking/arp.rb', line 166

def time_stamp
  @time_stamp
end