Class: IControl::LocalLB::ProfileAuth::ProfileAuthStatistics

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

Overview

A struct that describes profile statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::LocalLB::ProfileAuth::ProfileAuthStatisticEntrySequence

The statistics for a sequence of profiles.

Returns:



291
292
293
# File 'lib/icontrol/local_lb/profile_auth.rb', line 291

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



291
292
293
# File 'lib/icontrol/local_lb/profile_auth.rb', line 291

def time_stamp
  @time_stamp
end