Class: Google::Cloud::Compute::V1::SecurityPolicyAdaptiveProtectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SecurityPolicyAdaptiveProtectionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Configuration options for Cloud Armor Adaptive Protection (CAAP).
Instance Attribute Summary collapse
-
#layer7_ddos_defense_config ⇒ ::Google::Cloud::Compute::V1::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
If set to true, enables Cloud Armor Machine Learning.
Instance Attribute Details
#layer7_ddos_defense_config ⇒ ::Google::Cloud::Compute::V1::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
Returns If set to true, enables Cloud Armor Machine Learning.
28459 28460 28461 28462 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28459 class SecurityPolicyAdaptiveProtectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |