public sealed class RemoveRuleSecurityPolicyRequest : IMessage<RemoveRuleSecurityPolicyRequest>, IEquatable<RemoveRuleSecurityPolicyRequest>, IDeepCloneable<RemoveRuleSecurityPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class RemoveRuleSecurityPolicyRequest.
A request message for SecurityPolicies.RemoveRule. 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-24 UTC."],[[["This page provides documentation for the `RemoveRuleSecurityPolicyRequest` class within the Google Compute Engine v1 API, specifically for .NET development."],["The `RemoveRuleSecurityPolicyRequest` class is used to create request messages for removing rules from security policies, as part of the `SecurityPolicies.RemoveRule` method."],["The latest version available is 3.6.0, and there are versions dating back to 1.0.0 available, with the current version of the documentation being 2.16.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message manipulation and cloning."],["This class has settable properties for `Priority`, `Project`, and `SecurityPolicy`, which are used to specify the details of the rule to remove."]]],[]]