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



30030
30031
30032
30033
30034
30035
30036
30037
30038
30039
30040
30041
30042
30043
30044
30045
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30030

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