public sealed class AddRuleSecurityPolicyRequest : IMessage<AddRuleSecurityPolicyRequest>, IEquatable<AddRuleSecurityPolicyRequest>, IDeepCloneable<AddRuleSecurityPolicyRequest>, IBufferMessage, IMessage
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, found within the `Google.Cloud.Compute.V1` namespace, is used for creating requests to add rules to security policies."],["This class has a number of versions available, with version 3.6.0 being the most recent, and users can access previous version information using the provided links."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities."],["The `AddRuleSecurityPolicyRequest` class includes properties such as `Project`, `SecurityPolicy`, `SecurityPolicyRuleResource`, and `ValidateOnly` to configure the details of the rule addition request."],["Two constructors are available: a default constructor, and one to clone another `AddRuleSecurityPolicyRequest` instance."]]],[]]