Class: IControl::GlobalLB::Monitor::MonitorTemplate

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#template_nameString

The template name.

Returns:

  • (String)

    the current value of template_name



458
459
460
# File 'lib/icontrol/global_lb/monitor.rb', line 458

def template_name
  @template_name
end

#template_typeIControl::GlobalLB::Monitor::TemplateType

The template type.

Returns:



458
459
460
# File 'lib/icontrol/global_lb/monitor.rb', line 458

def template_type
  @template_type
end