Class: IControl::LocalLB::Monitor::UserDefinedStringValue
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::Monitor::UserDefinedStringValue
- 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)
-
- (String) name
The user-defined string property name.
-
- (String) value
The user-defined string property value.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) name
The user-defined string property name.
446 447 448 |
# File 'lib/icontrol/local_lb/monitor.rb', line 446 def name @name end |
- (String) value
The user-defined string property value.
446 447 448 |
# File 'lib/icontrol/local_lb/monitor.rb', line 446 def value @value end |