Class: IControl::ASM::ObjectParams::AttackSignatureDefinition

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#attack_signature_idNumeric

The id of the attack signature.

Returns:

  • (Numeric)

    the current value of attack_signature_id



58
59
60
# File 'lib/icontrol/asm/object_params.rb', line 58

def attack_signature_id
  @attack_signature_id
end

#enable_flagObject

The flag that indicates if the attack signature is enabled in the URL parameter

Returns:

  • (Object)

    the current value of enable_flag



58
59
60
# File 'lib/icontrol/asm/object_params.rb', line 58

def enable_flag
  @enable_flag
end