Class: IControl::LocalLB::MonitorInstance
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::MonitorInstance
- 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_definition ⇒ IControl::LocalLB::MonitorIPPort
The IP:port of this instance.
-
#template_name ⇒ String
The monitor template used by this instance.
Instance Attribute Details
#instance_definition ⇒ IControl::LocalLB::MonitorIPPort
The IP:port of this instance.
240 241 242 |
# File 'lib/icontrol/local_lb.rb', line 240 def instance_definition @instance_definition end |
#template_name ⇒ String
The monitor template used by this instance.
240 241 242 |
# File 'lib/icontrol/local_lb.rb', line 240 def template_name @template_name end |