Class: IControl::LocalLB::Monitor::UserDefinedStringValue

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

Overview

A struct that describe an user-defined string name and value.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The user-defined string property name.

Returns:

  • (String)

    the current value of name


446
447
448
# File 'lib/icontrol/local_lb/monitor.rb', line 446

def name
  @name
end

#valueString

The user-defined string property value.

Returns:

  • (String)

    the current value of value


446
447
448
# File 'lib/icontrol/local_lb/monitor.rb', line 446

def value
  @value
end