Class: IControl::ASM::ApplyLearning
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ASM::ApplyLearning
- Defined in:
- lib/icontrol/asm.rb,
lib/icontrol/asm.rb
Overview
A struct that represents the "apply learning" setting.
Instance Attribute Summary (collapse)
-
- (String) policy_name
The name of the policy to which learning is applied.
-
- (IControl::ASM::ApplyLearningType) type
The "apply learning" type.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) policy_name
The name of the policy to which learning is applied. This value is only used when type is 'APPLY_LEARNING_SPECIFIC_POLICY', otherwise it is ignored.
49 50 51 |
# File 'lib/icontrol/asm.rb', line 49 def policy_name @policy_name end |
- (IControl::ASM::ApplyLearningType) type
The "apply learning" type
49 50 51 |
# File 'lib/icontrol/asm.rb', line 49 def type @type end |