Class: IControl::LocalLB::Monitor::StringValue
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::Monitor::StringValue
- Defined in:
- lib/icontrol/local_lb/monitor.rb,
lib/icontrol/local_lb/monitor.rb
Overview
A struct that describe a string type and value.
Instance Attribute Summary (collapse)
-
- (IControl::LocalLB::Monitor::StrPropertyType) type
The string property type.
-
- (String) value
The string property value.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::LocalLB::Monitor::StrPropertyType) type
The string property type.
437 438 439 |
# File 'lib/icontrol/local_lb/monitor.rb', line 437 def type @type end |
- (String) value
The string property value.
437 438 439 |
# File 'lib/icontrol/local_lb/monitor.rb', line 437 def value @value end |