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

Returns If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

Returns:

  • (::Boolean)

    If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.



28475
28476
28477
28478
28479
28480
28481
28482
28483
28484
28485
28486
28487
28488
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28475

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.

Returns:

  • (::String)

    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.



28475
28476
28477
28478
28479
28480
28481
28482
28483
28484
28485
28486
28487
28488
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28475

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>

Returns Configuration options for layer7 adaptive protection for various customizable thresholds.

Returns:



28475
28476
28477
28478
28479
28480
28481
28482
28483
28484
28485
28486
28487
28488
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28475

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