Class: IControl::Networking::RouteTable::DynamicRouteStatistics

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

Overview

A struct that describes dynamic route statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::Networking::RouteTable::DynamicRouteSequence

The statistics for a sequence of dynamic routes.

Returns:



376
377
378
# File 'lib/icontrol/networking/route_table.rb', line 376

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



376
377
378
# File 'lib/icontrol/networking/route_table.rb', line 376

def time_stamp
  @time_stamp
end