Class: DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleActionNetworkFilter
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleActionNetworkFilter
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_network_filter.rb
Overview
The network filter action applied on the network traffic matching the rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#filter ⇒ Object
The filter expression of the network filter action.
-
#policy ⇒ Object
The policy of the network filter action.
-
#scope ⇒ Object
The scope of the network filter action.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_network_filter.rb', line 33 def additional_properties @additional_properties end |
#filter ⇒ Object
The filter expression of the network filter action.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_network_filter.rb', line 25 def filter @filter end |
#policy ⇒ Object
The policy of the network filter action.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_network_filter.rb', line 28 def policy @policy end |
#scope ⇒ Object
The scope of the network filter action.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_network_filter.rb', line 31 def scope @scope end |