Class: IControl::LocalLB::ProfileDiameter::ProfileDiameterStatistics

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

Overview

A struct that describes profile statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::LocalLB::ProfileDiameter::ProfileDiameterStatisticEntrySequence

The statistics for a sequence of profiles.

Returns:



257
258
259
# File 'lib/icontrol/local_lb/profile_diameter.rb', line 257

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



257
258
259
# File 'lib/icontrol/local_lb/profile_diameter.rb', line 257

def time_stamp
  @time_stamp
end