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-24 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."]]],[]]