public sealed class SecurityPolicyRuleMatcherConfig : IMessage<SecurityPolicyRuleMatcherConfig>, IEquatable<SecurityPolicyRuleMatcherConfig>, IDeepCloneable<SecurityPolicyRuleMatcherConfig>, 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-04-09 UTC."],[[["This webpage details the `SecurityPolicyRuleMatcherConfig` class within the `Google.Cloud.Compute.V1` namespace, used for configuring security policy rule matchers."],["The latest version of `SecurityPolicyRuleMatcherConfig` is 3.6.0, and previous versions dating back to 1.0.0 are also available for reference."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checking, deep cloning, and buffer message support."],["The class includes two constructors, a default constructor and a copy constructor that takes another `SecurityPolicyRuleMatcherConfig` instance as a parameter."],["It also contains one property called `SrcIpRanges` that is a `RepeatedField\u003cstring\u003e` allowing for the configuration of CIDR IP address ranges, up to a maximum of 10."]]],[]]