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-21 UTC."],[[["This document provides reference documentation for the `RemoveRuleSecurityPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically version 2.15.0."],["The `RemoveRuleSecurityPolicyRequest` class is used to send a request to remove a rule from a security policy, as part of the broader `SecurityPolicies.RemoveRule` method."],["It inherits from base classes, such as `object` and implements various interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, to achieve full functionality."],["The class is defined within the `Google.Cloud.Compute.V1` namespace and is contained within the `Google.Cloud.Compute.V1.dll` assembly."],["The properties `Priority`, `Project` and `SecurityPolicy` allow you to specify the rule to be removed, the project to be affected, and the name of the policy being modified, respectively."]]],[]]