Class: IControl::ASM::Violation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ASM::Violation
- Defined in:
- lib/icontrol/asm.rb,
lib/icontrol/asm.rb
Overview
A struct that represents violations
Instance Attribute Summary (collapse)
-
- (IControl::ASM::FlagState) alarm_flag
flag of alarm.
-
- (IControl::ASM::FlagState) block_flag
flag of blocking.
-
- (IControl::ASM::FlagState) learn_flag
flag of learning.
-
- (IControl::ASM::ViolationName) violation_name
name of the violation.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::ASM::FlagState) alarm_flag
flag of alarm
102 103 104 |
# File 'lib/icontrol/asm.rb', line 102 def alarm_flag @alarm_flag end |
- (IControl::ASM::FlagState) block_flag
flag of blocking
102 103 104 |
# File 'lib/icontrol/asm.rb', line 102 def block_flag @block_flag end |
- (IControl::ASM::FlagState) learn_flag
flag of learning
102 103 104 |
# File 'lib/icontrol/asm.rb', line 102 def learn_flag @learn_flag end |
- (IControl::ASM::ViolationName) violation_name
name of the violation
102 103 104 |
# File 'lib/icontrol/asm.rb', line 102 def violation_name @violation_name end |