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)

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.

Returns:

  • (String)

    the current value of description



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

def description
  @description
end

- (IControl::ASM::DynamicSessionsInUrlType) type

The "dynamic sessions in URL" type

Returns:



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.

Returns:

  • (String)

    the current value of value



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

def value
  @value
end