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 webpage documents the `AddRuleSecurityPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage for adding security policy rules."],["The latest version of this resource is 3.6.0, with a comprehensive list of previous versions from 3.5.0 back to 1.0.0, all available with links for reference."],["`AddRuleSecurityPolicyRequest` inherits from and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and rich functionality."],["The class has two constructors, one default and another that accepts an `AddRuleSecurityPolicyRequest` object as a parameter, and it defines three key properties: `Project`, `SecurityPolicy`, and `SecurityPolicyRuleResource`."]]],[]]