Class: IControl::GlobalLB::Server::ServerStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Server::ServerStatisticEntry
- Defined in:
- lib/icontrol/global_lb/server.rb,
lib/icontrol/global_lb/server.rb
Overview
A struct that describes statistics for a particular server.
Instance Attribute Summary collapse
-
#server_name ⇒ String
The server name.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the server.
Instance Attribute Details
#server_name ⇒ String
The server name.
489 490 491 |
# File 'lib/icontrol/global_lb/server.rb', line 489 def server_name @server_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the server.
489 490 491 |
# File 'lib/icontrol/global_lb/server.rb', line 489 def statistics @statistics end |