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 webpage provides documentation for the `AddRuleSecurityPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The latest version of the `AddRuleSecurityPolicyRequest` API available is 3.6.0, and multiple previous versions of this API are also documented."],["`AddRuleSecurityPolicyRequest` is used to add rules to security policies in the Compute Engine and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of `AddRuleSecurityPolicyRequest` include `Project`, `SecurityPolicy`, `SecurityPolicyRuleResource`, and `ValidateOnly`, which control the project ID, the target security policy, the rule being added, and whether the request should be committed respectively."],["The `AddRuleSecurityPolicyRequest` class has two constructors one empty, and the other accepting another `AddRuleSecurityPolicyRequest` as a parameter."]]],[]]