Class: IControl::GlobalLB::Server::ServerStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Server::ServerStatistics
- 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)
-
- (IControl::GlobalLB::Server::ServerStatisticEntrySequence) statistics
The statistics for a sequence of servers.
-
- (IControl::Common::TimeStamp) time_stamp
The time stamp at the time the statistics are gathered.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::GlobalLB::Server::ServerStatisticEntrySequence) statistics
The statistics for a sequence of servers.
498 499 500 |
# File 'lib/icontrol/global_lb/server.rb', line 498 def statistics @statistics end |
- (IControl::Common::TimeStamp) time_stamp
The time stamp at the time the statistics are gathered.
498 499 500 |
# File 'lib/icontrol/global_lb/server.rb', line 498 def time_stamp @time_stamp end |