Class: IControl::ASM::WebApplicationGroupDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ASM::WebApplicationGroupDefinition
- Defined in:
- lib/icontrol/asm.rb,
lib/icontrol/asm.rb
Overview
A struct that represents a web application group. This is only used in contexts in which the "ungrouped" special group is relevant. Otherwise, the group is represented by its name.
Instance Attribute Summary (collapse)
-
- (Object) ungrouped_flag
The flag that indicates how the value should be interpreted.
-
- (String) value
The name of the web application group.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Object) ungrouped_flag
The flag that indicates how the value should be interpreted. If the ungrouped_flag is false, then the value represents the actual web application group name. If the ungrouped_flag is true, then the value is ignored/meaningless, and represents the special group of "ungrouped" web applications.
124 125 126 |
# File 'lib/icontrol/asm.rb', line 124 def ungrouped_flag @ungrouped_flag end |
- (String) value
The name of the web application group.
124 125 126 |
# File 'lib/icontrol/asm.rb', line 124 def value @value end |