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
-
#attack_signature_id ⇒ Numeric
The id of the attack signature.
-
#enable_flag ⇒ Object
The flag that indicates if the attack signature is enabled in the URL parameter.
Instance Attribute Details
#attack_signature_id ⇒ Numeric
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 |
#enable_flag ⇒ Object
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 |