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-24 UTC."],[[["This page provides documentation for the `AddRuleSecurityPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 2.15.0, and offers a list of versions as old as 1.0.0, and as new as 3.6.0."],["The `AddRuleSecurityPolicyRequest` class is used to send requests for updating security policies and is part of the `Google.Cloud.Compute.V1` namespace, residing in the `Google.Cloud.Compute.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation within the API."],["The `AddRuleSecurityPolicyRequest` class has properties such as `Project`, `SecurityPolicy`, `SecurityPolicyRuleResource`, and `ValidateOnly`, allowing users to configure and manage security policies in the Compute Engine environment."],["This documentation includes constructor information, inherited members, and property details that are necessary for understanding and implementing the `AddRuleSecurityPolicyRequest` class in .NET projects."]]],[]]