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.



29826
29827
29828
29829
29830
29831
29832
29833
29834
29835
29836
29837
29838
29839
29840
29841
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29826

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 = 63_789_090

    ADVANCED_PREVIEW = 40_905_867

    STANDARD = 484_642_493
  end
end