public sealed class SecurityPoliciesWafConfig : IMessage<SecurityPoliciesWafConfig>, IEquatable<SecurityPoliciesWafConfig>, IDeepCloneable<SecurityPoliciesWafConfig>, 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."],[[["This webpage details the `SecurityPoliciesWafConfig` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.0.0, which is one of many versions accessible from the navigation list."],["The `SecurityPoliciesWafConfig` class is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and provides inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["The `SecurityPoliciesWafConfig` class has a property called `WafRules`, which is of type `PreconfiguredWafSet`, which is accessible with a getter and setter."],["This class offers two constructors, one default `SecurityPoliciesWafConfig()` constructor and another `SecurityPoliciesWafConfig(SecurityPoliciesWafConfig other)` constructor, to create a new instance of this class, or one by using another instance."]]],[]]