Class: DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleAction
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleAction
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb
Overview
The action the rule can perform if triggered
Instance Attribute Summary collapse
-
#_hash ⇒ Object
Hash file specified by the field attribute.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#coredump ⇒ Object
The core dump action applied on the process matching the rule.
-
#disabled ⇒ Object
Whether the action is disabled.
-
#filter ⇒ Object
SECL expression used to target the container to apply the action on.
-
#kill ⇒ Object
Kill system call applied on the container matching the rule.
-
#log ⇒ Object
The log action applied when the rule is triggered.
-
#metadata ⇒ Object
The metadata action applied on the scope matching the rule.
-
#network_filter ⇒ Object
The network filter action applied on the network traffic matching the rule.
-
#set ⇒ Object
The set action applied on the scope matching the rule.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_hash ⇒ Object
Hash file specified by the field attribute
34 35 36 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 34 def _hash @_hash end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 51 def additional_properties @additional_properties end |
#coredump ⇒ Object
The core dump action applied on the process matching the rule.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 25 def coredump @coredump end |
#disabled ⇒ Object
Whether the action is disabled
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 28 def disabled @disabled end |
#filter ⇒ Object
SECL expression used to target the container to apply the action on
31 32 33 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 31 def filter @filter end |
#kill ⇒ Object
Kill system call applied on the container matching the rule
37 38 39 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 37 def kill @kill end |
#log ⇒ Object
The log action applied when the rule is triggered.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 40 def log @log end |
#metadata ⇒ Object
The metadata action applied on the scope matching the rule
43 44 45 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 43 def @metadata end |
#network_filter ⇒ Object
The network filter action applied on the network traffic matching the rule.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 46 def network_filter @network_filter end |
#set ⇒ Object
The set action applied on the scope matching the rule
49 50 51 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb', line 49 def set @set end |