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 developers."],["The class `AddRuleSecurityPolicyRequest` is a request message used for adding rules to security policies, as indicated by its method description for `SecurityPolicies.AddRule`."],["The documentation lists various versions of the `AddRuleSecurityPolicyRequest` class, ranging from version 1.0.0 up to the latest version 3.6.0, allowing developers to refer to version-specific details."],["The `AddRuleSecurityPolicyRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes several properties such as `Project`, `SecurityPolicy`, `SecurityPolicyRuleResource`, and `ValidateOnly` that are essential for specifying the security policy rule addition request."]]],[]]