Class: IControl::LocalLB::VirtualServer::VirtualServerModuleScore

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

Overview

A struct that describes a virtual server’s module score.

Instance Attribute Summary collapse

Instance Attribute Details

#scoreNumeric

The score for the module.

Returns:

  • (Numeric)

    the current value of score



994
995
996
# File 'lib/icontrol/local_lb/virtual_server.rb', line 994

def score
  @score
end

#tmos_moduleIControl::Common::TMOSModule

The TMOS module.

Returns:



994
995
996
# File 'lib/icontrol/local_lb/virtual_server.rb', line 994

def tmos_module
  @tmos_module
end