public sealed class AddRuleSecurityPolicyRequest : IMessage<AddRuleSecurityPolicyRequest>, IEquatable<AddRuleSecurityPolicyRequest>, IDeepCloneable<AddRuleSecurityPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class AddRuleSecurityPolicyRequest.
A request message for SecurityPolicies.AddRule. 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."],[[["The latest version available for `AddRuleSecurityPolicyRequest` is 3.6.0, as indicated in the provided list of versions."],["`AddRuleSecurityPolicyRequest` is a class within the Google Compute Engine v1 API, specifically designed for security policy rule updates."],["This class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, offering functionalities such as message handling, equality checks, deep cloning, and buffer message management."],["The `AddRuleSecurityPolicyRequest` class includes properties such as `Project`, `SecurityPolicy`, and `SecurityPolicyRuleResource` to define the scope and content of the request, as well as `ValidateOnly`, to specify whether a request should be processed or just validated."],["There are multiple previous versions of this class available, ranging from 1.0.0 up to 3.5.0, with a wide range of intermediate versions listed, such as version 2.4.0, which is what the documentation covers for the class details."]]],[]]