Class: DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleKill
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleKill
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_kill.rb
Overview
Kill system call applied on the container matching the rule
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#disable_container_disarmer ⇒ Object
Whether the automatic container safeguard of the kill action is disabled.
-
#disable_executable_disarmer ⇒ Object
Whether the automatic executable safeguard of the kill action is disabled.
-
#scope ⇒ Object
The scope of the kill action.
-
#signal ⇒ Object
Supported signals for the kill system call.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_kill.rb', line 36 def additional_properties @additional_properties end |
#disable_container_disarmer ⇒ Object
Whether the automatic container safeguard of the kill action is disabled.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_kill.rb', line 25 def disable_container_disarmer @disable_container_disarmer end |
#disable_executable_disarmer ⇒ Object
Whether the automatic executable safeguard of the kill action is disabled.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_kill.rb', line 28 def disable_executable_disarmer @disable_executable_disarmer end |
#scope ⇒ Object
The scope of the kill action.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_kill.rb', line 31 def scope @scope end |
#signal ⇒ Object
Supported signals for the kill system call
34 35 36 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_kill.rb', line 34 def signal @signal end |