Class: DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleActionSet

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#appendObject

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_valueObject

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

#expressionObject

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

#fieldObject

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

#inheritedObject

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

#nameObject

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

#scopeObject

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

#sizeObject

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

#ttlObject

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

#valueObject

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