public sealed class AddRuleSecurityPolicyRequest : IMessage<AddRuleSecurityPolicyRequest>, IEquatable<AddRuleSecurityPolicyRequest>, IDeepCloneable<AddRuleSecurityPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class AddRuleSecurityPolicyRequest.
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 page provides documentation for the `AddRuleSecurityPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The `AddRuleSecurityPolicyRequest` class is used to add rules to security policies, as part of the SecurityPolicies.AddRule functionality."],["The documentation lists available versions of the class, ranging from version 1.0.0 to the latest version 3.6.0, including specific version details and links to their respective documentation pages."],["The `AddRuleSecurityPolicyRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for object interaction and manipulation."],["The class includes properties like `Project`, `SecurityPolicy`, `SecurityPolicyRuleResource`, and `ValidateOnly`, allowing users to define the project, target security policy, the rule resource, and whether the request should only be validated."]]],[]]