Class: IControl::System::CPUUsageExtendedInformation

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

Overview

A struct that contains the extended CPU usage information for a sequence of hosts.

Instance Attribute Summary collapse

Instance Attribute Details

#hostsIControl::System::CPUUsageExtendedSequence

The statistics for a sequence of hosts.

Returns:



126
127
128
# File 'lib/icontrol/system.rb', line 126

def hosts
  @hosts
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



126
127
128
# File 'lib/icontrol/system.rb', line 126

def time_stamp
  @time_stamp
end