Class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig (1.18.0)

SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Configuration options for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
enable bool
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR. This field is a member of oneof_ _enable.
rule_visibility str
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. This field is a member of oneof_ _rule_visibility.
threshold_configs MutableSequence[google.cloud.compute_v1.types.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig]
Configuration options for layer7 adaptive protection for various customizable thresholds.

Classes

RuleVisibility

RuleVisibility(value)

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.

Values: UNDEFINED_RULE_VISIBILITY (0): A value indicating that the enum field is not set. PREMIUM (399530551): No description available. STANDARD (484642493): No description available.