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 page provides documentation for the `AddRuleSecurityPolicyRequest` class, which is used for adding rules to security policies within Google Cloud Compute V1."],["The latest version available is 3.6.0, with a range of previous versions listed from 3.5.0 down to 1.0.0 for the `AddRuleSecurityPolicyRequest` resource."],["The `AddRuleSecurityPolicyRequest` class inherits from Object and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors to create new instances, either empty or by cloning an existing `AddRuleSecurityPolicyRequest`, and includes properties to set the Project ID, the Security Policy's name, and a resource for the Security Policy Rule."],["The AddRuleSecurityPolicyRequest class is found within the `Google.Cloud.Compute.V1` namespace, and is part of the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]