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
-
#description ⇒ String
The description of the custom pattern.
-
#type ⇒ IControl::ASM::DynamicSessionsInUrlType
The “dynamic sessions in URL” type.
-
#value ⇒ String
The value of the custom pattern.
Instance Attribute Details
#description ⇒ String
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 |
#type ⇒ IControl::ASM::DynamicSessionsInUrlType
The “dynamic sessions in URL” type
59 60 61 |
# File 'lib/icontrol/asm.rb', line 59 def type @type end |
#value ⇒ String
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 |