Class: IControl::GlobalLB::Server::ServerStatisticEntry

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 statistics for a particular server.

Instance Attribute Summary collapse

Instance Attribute Details

#server_nameString

The server name.

Returns:

  • (String)

    the current value of server_name



489
490
491
# File 'lib/icontrol/global_lb/server.rb', line 489

def server_name
  @server_name
end

#statisticsIControl::Common::StatisticSequence

The statistics for the server.

Returns:



489
490
491
# File 'lib/icontrol/global_lb/server.rb', line 489

def statistics
  @statistics
end