Class: IControl::ASM::ApplyLearningType

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/asm.rb,
lib/icontrol/asm.rb

Overview

A list of "apply learning“ types

Constant Summary collapse

APPLY_LEARNING_ALL_POLICIES =

Learning is applied to all policies associated with the web application.

:APPLY_LEARNING_ALL_POLICIES
APPLY_LEARNING_ACTIVE_POLICY =

Learning is applied to the active policy of the web application.

:APPLY_LEARNING_ACTIVE_POLICY
APPLY_LEARNING_SPECIFIC_POLICY =

Learning is applied to a specific policy.

:APPLY_LEARNING_SPECIFIC_POLICY