Class: Google::Cloud::Compute::V1::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Configuration options for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
Defined Under Namespace
Modules: RuleVisibility
Instance Attribute Summary collapse
-
#enable ⇒ ::Boolean
If set to true, enables CAAP for L7 DDoS detection.
-
#rule_visibility ⇒ ::String
Rule visibility can be one of the following: STANDARD - opaque rules.
Instance Attribute Details
#enable ⇒ ::Boolean
Returns If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
25925 25926 25927 25928 25929 25930 25931 25932 25933 25934 25935 25936 25937 25938 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25925 class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR. module RuleVisibility # A value indicating that the enum field is not set. UNDEFINED_RULE_VISIBILITY = 0 PREMIUM = 399_530_551 STANDARD = 484_642_493 end end |
#rule_visibility ⇒ ::String
Returns Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR. Check the RuleVisibility enum for the list of possible values.
25925 25926 25927 25928 25929 25930 25931 25932 25933 25934 25935 25936 25937 25938 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25925 class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR. module RuleVisibility # A value indicating that the enum field is not set. UNDEFINED_RULE_VISIBILITY = 0 PREMIUM = 399_530_551 STANDARD = 484_642_493 end end |