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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This webpage details the `AddRuleSecurityPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, used to create a request message for adding security policy rules."],["The class is implemented with multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The page provides access to historical versions of `AddRuleSecurityPolicyRequest` ranging from version 1.0.0 up to the latest version 3.6.0, each with its own documentation link."],["Key properties for the `AddRuleSecurityPolicyRequest` include `Project` (project ID), `SecurityPolicy` (name of the policy), and `SecurityPolicyRuleResource` (the body of the request)."],["The class includes two constructors, one default and one that takes another `AddRuleSecurityPolicyRequest` as a parameter."]]],[]]