Class: IControl::GlobalLB::Monitor::UserDefinedStringValue

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 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



476
477
478
# File 'lib/icontrol/global_lb/monitor.rb', line 476

def name
  @name
end

#valueString

The user-defined string property value.

Returns:

  • (String)

    the current value of value



476
477
478
# File 'lib/icontrol/global_lb/monitor.rb', line 476

def value
  @value
end