Class: IControl::LocalLB::Monitor::MonitorTemplate
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::Monitor::MonitorTemplate
- Defined in:
- lib/icontrol/local_lb/monitor.rb,
lib/icontrol/local_lb/monitor.rb
Overview
A struct that describes a monitor template.
Instance Attribute Summary collapse
-
#template_name ⇒ String
The template name.
-
#template_type ⇒ IControl::LocalLB::Monitor::TemplateType
The template type.
Instance Attribute Details
#template_name ⇒ String
The template name.
428 429 430 |
# File 'lib/icontrol/local_lb/monitor.rb', line 428 def template_name @template_name end |
#template_type ⇒ IControl::LocalLB::Monitor::TemplateType
The template type.
428 429 430 |
# File 'lib/icontrol/local_lb/monitor.rb', line 428 def template_type @template_type end |