Class: Google::Cloud::NetworkSecurity::V1::SeverityOverride
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::SeverityOverride
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/security_profile_group_threatprevention.rb
Overview
Defines what action to take for a specific severity match.
Instance Attribute Summary collapse
-
#action ⇒ ::Google::Cloud::NetworkSecurity::V1::ThreatAction
Required.
-
#severity ⇒ ::Google::Cloud::NetworkSecurity::V1::Severity
Required.
Instance Attribute Details
#action ⇒ ::Google::Cloud::NetworkSecurity::V1::ThreatAction
Returns Required. Threat action override.
49 50 51 52 |
# File 'proto_docs/google/cloud/networksecurity/v1/security_profile_group_threatprevention.rb', line 49 class SeverityOverride include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#severity ⇒ ::Google::Cloud::NetworkSecurity::V1::Severity
Returns Required. Severity level to match.
49 50 51 52 |
# File 'proto_docs/google/cloud/networksecurity/v1/security_profile_group_threatprevention.rb', line 49 class SeverityOverride include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |