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.

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.

Returns:

  • (::Boolean)

    If set to true, enables CAAP for L7 DDoS detection.



22285
22286
22287
22288
22289
22290
22291
22292
22293
22294
22295
22296
22297
22298
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22285

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::String

Returns Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. 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. Check the RuleVisibility enum for the list of possible values.



22285
22286
22287
22288
22289
22290
22291
22292
22293
22294
22295
22296
22297
22298
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22285

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