Class: Google::Cloud::Compute::V1::SecurityPolicyDdosProtectionConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Defined Under Namespace

Modules: DdosProtection

Instance Attribute Summary collapse

Instance Attribute Details

#ddos_protection::String

Returns Check the DdosProtection enum for the list of possible values.

Returns:

  • (::String)

    Check the DdosProtection enum for the list of possible values.



24552
24553
24554
24555
24556
24557
24558
24559
24560
24561
24562
24563
24564
24565
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24552

class SecurityPolicyDdosProtectionConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods


  module DdosProtection
    # A value indicating that the enum field is not set.
    UNDEFINED_DDOS_PROTECTION = 0

    ADVANCED = 63789090

    STANDARD = 484642493
  end
end