Class: IControl::LocalLB::ProfileStream::ProfileStreamStatistics

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

Overview

A struct that describes profile statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::LocalLB::ProfileStream::ProfileStreamStatisticEntrySequence

The statistics for a sequence of profiles.

Returns:



191
192
193
# File 'lib/icontrol/local_lb/profile_stream.rb', line 191

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



191
192
193
# File 'lib/icontrol/local_lb/profile_stream.rb', line 191

def time_stamp
  @time_stamp
end