Class: DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleActionSet
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleActionSet
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb
Overview
The set action applied on the scope matching the rule
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#append ⇒ Object
Whether the value should be appended to the field.
-
#default_value ⇒ Object
The default value of the set action.
-
#expression ⇒ Object
The expression of the set action.
-
#field ⇒ Object
The field of the set action.
-
#inherited ⇒ Object
Whether the value should be inherited.
-
#name ⇒ Object
The name of the set action.
-
#scope ⇒ Object
The scope of the set action.
-
#size ⇒ Object
The size of the set action.
-
#ttl ⇒ Object
The time to live of the set action.
-
#value ⇒ Object
The value of the set action.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 54 def additional_properties @additional_properties end |
#append ⇒ Object
Whether the value should be appended to the field.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 25 def append @append end |
#default_value ⇒ Object
The default value of the set action
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 28 def default_value @default_value end |
#expression ⇒ Object
The expression of the set action.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 31 def expression @expression end |
#field ⇒ Object
The field of the set action
34 35 36 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 34 def field @field end |
#inherited ⇒ Object
Whether the value should be inherited.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 37 def inherited @inherited end |
#name ⇒ Object
The name of the set action
40 41 42 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 40 def name @name end |
#scope ⇒ Object
The scope of the set action.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 43 def scope @scope end |
#size ⇒ Object
The size of the set action.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 46 def size @size end |
#ttl ⇒ Object
The time to live of the set action.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 49 def ttl @ttl end |
#value ⇒ Object
The value of the set action
52 53 54 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 52 def value @value end |