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.
Defined Under Namespace
Modules: RuleVisibility
Instance Attribute Summary collapse
-
#enable ⇒ ::Boolean
If set to true, enables CAAP for L7 DDoS detection.
-
#rule_visibility ⇒ ::Google::Cloud::Compute::V1::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig::RuleVisibility
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.
21198 21199 21200 21201 21202 21203 21204 21205 21206 21207 21208 21209 21210 21211 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21198 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. module RuleVisibility # A value indicating that the enum field is not set. UNDEFINED_RULE_VISIBILITY = 0 PREMIUM = 399530551 STANDARD = 484642493 end end |
#rule_visibility ⇒ ::Google::Cloud::Compute::V1::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig::RuleVisibility
Returns Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules.
21198 21199 21200 21201 21202 21203 21204 21205 21206 21207 21208 21209 21210 21211 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21198 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. module RuleVisibility # A value indicating that the enum field is not set. UNDEFINED_RULE_VISIBILITY = 0 PREMIUM = 399530551 STANDARD = 484642493 end end |