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.
32744 32745 32746 32747 32748 32749 32750 32751 32752 32753 32754 32755 32756 32757 32758 32759 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32744 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 |