Class: IControl::GlobalLB::Server::ServerStatistics

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

Overview

A struct that describes server statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::GlobalLB::Server::ServerStatisticEntrySequence

The statistics for a sequence of servers.

Returns:



498
499
500
# File 'lib/icontrol/global_lb/server.rb', line 498

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



498
499
500
# File 'lib/icontrol/global_lb/server.rb', line 498

def time_stamp
  @time_stamp
end