Class: Google::Cloud::Compute::V1::SecurityPolicyDdosProtectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SecurityPolicyDdosProtectionConfig
- 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
-
#ddos_protection ⇒ ::String
Check the DdosProtection enum for the list of possible values.
Instance Attribute Details
#ddos_protection ⇒ ::String
Returns Check the DdosProtection enum for the list of possible values.
23999 24000 24001 24002 24003 24004 24005 24006 24007 24008 24009 24010 24011 24012 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23999 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 |