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."],[[["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 latest available version is 3.6.0, with links provided for numerous versions of the `AddRuleSecurityPolicyRequest`, spanning from 1.0.0 to 3.6.0."],["The `AddRuleSecurityPolicyRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors for a default instance and for creating an instance from an existing `AddRuleSecurityPolicyRequest`, with properties to set the `Project`, `SecurityPolicy`, and `SecurityPolicyRuleResource`."],["The `AddRuleSecurityPolicyRequest` class is used as a request message for `SecurityPolicies.AddRule`, providing the functionality to add rules to security policies."]]],[]]