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.



45
46
47
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 45

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

#fieldObject

The field 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 field
  @field
end

#nameObject

The name 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 name
  @name
end

#scopeObject

The scope 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 scope
  @scope
end

#sizeObject

The size of the set action



37
38
39
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 37

def size
  @size
end

#ttlObject

The time to live 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 ttl
  @ttl
end

#valueObject

The value 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 value
  @value
end