Class: Google::Cloud::Compute::V1::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enable::Boolean



29709
29710
29711
29712
29713
29714
29715
29716
29717
29718
29719
29720
29721
29722
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29709

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



29709
29710
29711
29712
29713
29714
29715
29716
29717
29718
29719
29720
29721
29722
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29709

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

#threshold_configs::Array<::Google::Cloud::Compute::V1::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig>



29709
29710
29711
29712
29713
29714
29715
29716
29717
29718
29719
29720
29721
29722
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29709

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