Class: IControl::Networking::RouteTable::DynamicRouteStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::RouteTable::DynamicRouteStatistics
- 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
-
#statistics ⇒ IControl::Networking::RouteTable::DynamicRouteSequence
The statistics for a sequence of dynamic routes.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::Networking::RouteTable::DynamicRouteSequence
The statistics for a sequence of dynamic routes.
376 377 378 |
# File 'lib/icontrol/networking/route_table.rb', line 376 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
376 377 378 |
# File 'lib/icontrol/networking/route_table.rb', line 376 def time_stamp @time_stamp end |