public sealed class SecurityPolicyDdosProtectionConfig : IMessage<SecurityPolicyDdosProtectionConfig>, IEquatable<SecurityPolicyDdosProtectionConfig>, IDeepCloneable<SecurityPolicyDdosProtectionConfig>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["The webpage provides documentation for the `SecurityPolicyDdosProtectionConfig` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.4.0."],["The latest available version is 3.6.0, and the page lists multiple older versions ranging from 3.5.0 to 1.0.0, all with their corresponding links."],["`SecurityPolicyDdosProtectionConfig` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property named `DdosProtection` of type string, which has an enum for a set list of values, and a boolean property `HasDdosProtection`, which checks if the \"ddos_protection\" field is set."],["There are two constructors for the `SecurityPolicyDdosProtectionConfig` class: a default constructor and one that accepts another `SecurityPolicyDdosProtectionConfig` object as a parameter."]]],[]]