Class: IControl::ASM::DynamicSessionsInUrl

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

The description of the custom pattern. This value is only used when type is ‘DYNAMIC_SESSIONS_CUSTOM_PATTERN’, otherwise it is ignored.

Returns:

  • (String)

    the current value of description



59
60
61
# File 'lib/icontrol/asm.rb', line 59

def description
  @description
end

#typeIControl::ASM::DynamicSessionsInUrlType

The “dynamic sessions in URL” type

Returns:



59
60
61
# File 'lib/icontrol/asm.rb', line 59

def type
  @type
end

#valueString

The value of the custom pattern. This value is only used when type is ‘DYNAMIC_SESSIONS_CUSTOM_PATTERN’, otherwise it is ignored.

Returns:

  • (String)

    the current value of value



59
60
61
# File 'lib/icontrol/asm.rb', line 59

def value
  @value
end