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
-
#statistics ⇒ IControl::GlobalLB::Server::ServerStatisticEntrySequence
The statistics for a sequence of servers.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::GlobalLB::Server::ServerStatisticEntrySequence
The statistics for a sequence of servers.
498 499 500 |
# File 'lib/icontrol/global_lb/server.rb', line 498 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
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 |