Class: IControl::GlobalLB::MonitorInstance
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::MonitorInstance
- Defined in:
- lib/icontrol/global_lb.rb,
lib/icontrol/global_lb.rb
Overview
A struct that describes a monitor instance.
Instance Attribute Summary collapse
-
#instance_definition ⇒ IControl::GlobalLB::MonitorIPPort
The IP:port of this instance.
-
#template_name ⇒ String
The monitor template used by this instance.
Instance Attribute Details
#instance_definition ⇒ IControl::GlobalLB::MonitorIPPort
The IP:port of this instance.
90 91 92 |
# File 'lib/icontrol/global_lb.rb', line 90 def instance_definition @instance_definition end |
#template_name ⇒ String
The monitor template used by this instance.
90 91 92 |
# File 'lib/icontrol/global_lb.rb', line 90 def template_name @template_name end |