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)
-
- (IControl::LocalLB::MonitorIPPort) instance_definition
The IP:port of this instance.
-
- (String) template_name
The monitor template used by this instance.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::LocalLB::MonitorIPPort) instance_definition
The IP:port of this instance.
240 241 242 |
# File 'lib/icontrol/local_lb.rb', line 240 def instance_definition @instance_definition end |
- (String) template_name
The monitor template used by this instance.
240 241 242 |
# File 'lib/icontrol/local_lb.rb', line 240 def template_name @template_name end |