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.



24934
24935
24936
24937
24938
24939
24940
24941
24942
24943
24944
24945
24946
24947
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24934

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 = 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. 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.



24934
24935
24936
24937
24938
24939
24940
24941
24942
24943
24944
24945
24946
24947
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24934

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 = 399_530_551

    STANDARD = 484_642_493
  end
end