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-21 UTC."],[[["The webpage provides documentation for the `SecurityPolicyDdosProtectionConfig` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.15.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for working with Google Cloud Compute security policies, including protection configurations against DDOS attacks."],["The documentation covers inheritance and inherited members, showing that `SecurityPolicyDdosProtectionConfig` inherits from `object` and includes methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["The webpage details the constructors available for the `SecurityPolicyDdosProtectionConfig` class, including a default constructor and a copy constructor."],["The class includes a property named `DdosProtection` of type string and it also includes a `HasDdosProtection` boolean type property, that returns whether or not the `ddos_protection` field is set."]]],[]]