Class: IControl::ASM::Violation

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

Overview

A struct that represents violations

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (IControl::ASM::FlagState) alarm_flag

flag of alarm

Returns:



102
103
104
# File 'lib/icontrol/asm.rb', line 102

def alarm_flag
  @alarm_flag
end

- (IControl::ASM::FlagState) block_flag

flag of blocking

Returns:



102
103
104
# File 'lib/icontrol/asm.rb', line 102

def block_flag
  @block_flag
end

- (IControl::ASM::FlagState) learn_flag

flag of learning

Returns:



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

Returns:



102
103
104
# File 'lib/icontrol/asm.rb', line 102

def violation_name
  @violation_name
end