public sealed class PatchRuleSecurityPolicyRequest : IMessage<PatchRuleSecurityPolicyRequest>, IEquatable<PatchRuleSecurityPolicyRequest>, IDeepCloneable<PatchRuleSecurityPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class PatchRuleSecurityPolicyRequest.
A request message for SecurityPolicies.PatchRule. See the method description for details.
[[["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 provides reference documentation for the `PatchRuleSecurityPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 2.4.0, and offers documentation for different versions of the class from 1.0.0 to 3.6.0."],["The `PatchRuleSecurityPolicyRequest` class is used to send a request to patch a security policy rule, as indicated by its description, which references the `SecurityPolicies.PatchRule` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, as well as containing methods from it, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Key properties of the `PatchRuleSecurityPolicyRequest` class include `Priority`, `Project`, `SecurityPolicy`, `SecurityPolicyRuleResource`, and `ValidateOnly`, allowing for setting the priority, project ID, security policy name, the rule to patch, and validation behavior."],["The latest version for this class on this page is 3.6.0, and it provides documentation for each version all the way back to version 1.0.0, which will allow developers to find the version they need."]]],[]]