Class: IControl::LocalLB::MonitorInstance

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

Overview

A struct that describes a monitor instance.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_definitionIControl::LocalLB::MonitorIPPort

The IP:port of this instance.

Returns:



240
241
242
# File 'lib/icontrol/local_lb.rb', line 240

def instance_definition
  @instance_definition
end

#template_nameString

The monitor template used by this instance.

Returns:

  • (String)

    the current value of template_name



240
241
242
# File 'lib/icontrol/local_lb.rb', line 240

def template_name
  @template_name
end