Class: IControl::LocalLB::ProfileOneConnect::ProfileOneConnectStatistics

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

Overview

A struct that describes profile statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::LocalLB::ProfileOneConnect::ProfileOneConnectStatisticEntrySequence

The statistics for a sequence of profiles.



265
266
267
# File 'lib/icontrol/local_lb/profile_one_connect.rb', line 265

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



265
266
267
# File 'lib/icontrol/local_lb/profile_one_connect.rb', line 265

def time_stamp
  @time_stamp
end