Class: IControl::ASM::DynamicSessionsInUrl
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ASM::DynamicSessionsInUrl
- Defined in:
- lib/icontrol/asm.rb,
lib/icontrol/asm.rb
Overview
A struct that represents the "dynamic sessions in URL" setting.
Instance Attribute Summary (collapse)
-
- (String) description
The description of the custom pattern.
-
- (IControl::ASM::DynamicSessionsInUrlType) type
The "dynamic sessions in URL" type.
-
- (String) value
The value of the custom pattern.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) description
The description of the custom pattern. This value is only used when type is 'DYNAMIC_SESSIONS_CUSTOM_PATTERN', otherwise it is ignored.
59 60 61 |
# File 'lib/icontrol/asm.rb', line 59 def description @description end |
- (IControl::ASM::DynamicSessionsInUrlType) type
The "dynamic sessions in URL" type
59 60 61 |
# File 'lib/icontrol/asm.rb', line 59 def type @type end |
- (String) value
The value of the custom pattern. This value is only used when type is 'DYNAMIC_SESSIONS_CUSTOM_PATTERN', otherwise it is ignored.
59 60 61 |
# File 'lib/icontrol/asm.rb', line 59 def value @value end |