Class: IControl::LocalLB::ProfileFastL4::ProfileFastL4Statistics

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

Overview

A struct that describes profile statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::LocalLB::ProfileFastL4::ProfileFastL4StatisticEntrySequence

The statistics for a sequence of profiles.

Returns:



700
701
702
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 700

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



700
701
702
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 700

def time_stamp
  @time_stamp
end