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 reference documentation for the `AddRuleSecurityPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 2.2.0, and offers documentation for prior versions as well, going all the way down to version 1.0.0."],["The `AddRuleSecurityPolicyRequest` class is used to send a request to update security policies by adding a rule, as part of the SecurityPolicies.AddRule API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The `AddRuleSecurityPolicyRequest` class contains properties such as `Project`, `SecurityPolicy`, `SecurityPolicyRuleResource`, `ValidateOnly`, and `HasValidateOnly`, allowing to set necessary fields to process the request."],["The page details the constructors available for the `AddRuleSecurityPolicyRequest` class, showing that it can be initialized with no parameters or by copying from another `AddRuleSecurityPolicyRequest` instance."]]],[]]