Class: IControl::GlobalLB::Monitor::StringValue

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/global_lb/monitor.rb,
lib/icontrol/global_lb/monitor.rb

Overview

A struct that describe a string type and value.

Instance Attribute Summary collapse

Instance Attribute Details

#typeIControl::GlobalLB::Monitor::StrPropertyType

The string property type.

Returns:



467
468
469
# File 'lib/icontrol/global_lb/monitor.rb', line 467

def type
  @type
end

#valueString

The string property value.

Returns:

  • (String)

    the current value of value



467
468
469
# File 'lib/icontrol/global_lb/monitor.rb', line 467

def value
  @value
end