Class: IControl::ASM::ObjectParams::AttackSignatureDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ASM::ObjectParams::AttackSignatureDefinition
- Defined in:
- lib/icontrol/asm/object_params.rb,
lib/icontrol/asm/object_params.rb
Overview
A struct that represents an attack signature in a parameter
Instance Attribute Summary (collapse)
-
- (Numeric) attack_signature_id
The id of the attack signature.
-
- (Object) enable_flag
The flag that indicates if the attack signature is enabled in the URL parameter.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Numeric) attack_signature_id
The id of the attack signature.
58 59 60 |
# File 'lib/icontrol/asm/object_params.rb', line 58 def attack_signature_id @attack_signature_id end |
- (Object) enable_flag
The flag that indicates if the attack signature is enabled in the URL parameter
58 59 60 |
# File 'lib/icontrol/asm/object_params.rb', line 58 def enable_flag @enable_flag end |