Class: IControl::GlobalLB::Monitor::UserDefinedStringValue
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Monitor::UserDefinedStringValue
- 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
-
#name ⇒ String
The user-defined string property name.
-
#value ⇒ String
The user-defined string property value.
Instance Attribute Details
#name ⇒ String
The user-defined string property name.
476 477 478 |
# File 'lib/icontrol/global_lb/monitor.rb', line 476 def name @name end |
#value ⇒ String
The user-defined string property value.
476 477 478 |
# File 'lib/icontrol/global_lb/monitor.rb', line 476 def value @value end |