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