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."],[[["The `AddRuleSecurityPolicyRequest` class is used to make requests to the `SecurityPolicies.AddRule` method within the Compute Engine v1 API, as it is a request message for this specific purpose."],["This class, part of the `Google.Cloud.Compute.V1` namespace, has been updated across numerous versions, from 1.0.0 up to 3.6.0, including the currently displayed version 2.9.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class, showing its structure and functionality within the Google Cloud .NET environment."],["Key properties of the `AddRuleSecurityPolicyRequest` class include `Project`, `SecurityPolicy`, and `SecurityPolicyRuleResource`, which are used to define the scope, target, and details of the security policy rule being modified."],["A constructor is available for creating a new `AddRuleSecurityPolicyRequest` object either directly or by copying from an existing instance, and the option `ValidateOnly` allows for testing without a commitment."]]],[]]