public sealed class AddRuleSecurityPolicyRequest : IMessage<AddRuleSecurityPolicyRequest>, IEquatable<AddRuleSecurityPolicyRequest>, IDeepCloneable<AddRuleSecurityPolicyRequest>, IBufferMessage, IMessage
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 `AddRuleSecurityPolicyRequest` class is used to manage requests for adding security policy rules in Google Cloud Compute."],["Version 3.6.0 is the latest available version for `AddRuleSecurityPolicyRequest`, with numerous prior versions available, dating back to version 1.0.0."],["The `AddRuleSecurityPolicyRequest` class includes properties such as `Project`, `SecurityPolicy`, and `SecurityPolicyRuleResource`, enabling detailed specification of the request."],["The `AddRuleSecurityPolicyRequest` class inherits from Object, and implements multiple interfaces that allow for a deeper usage of the object, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["There are 2 constructors available for this class, a default constructor `AddRuleSecurityPolicyRequest()` and another that takes in another `AddRuleSecurityPolicyRequest` as an argument."]]],[]]