Class: IControl::LocalLB::ProfileXML::ProfileXMLStatistics

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

Overview

A struct that describes profile statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::LocalLB::ProfileXML::ProfileXMLStatisticEntrySequence

The statistics for a sequence of profiles.

Returns:



314
315
316
# File 'lib/icontrol/local_lb/profile_xml.rb', line 314

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



314
315
316
# File 'lib/icontrol/local_lb/profile_xml.rb', line 314

def time_stamp
  @time_stamp
end