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 webpage provides documentation for the `RemoveRuleSecurityPolicyRequest` class within the Google Cloud Compute Engine v1 API, spanning versions from 1.0.0 to the latest 3.6.0."],["The `RemoveRuleSecurityPolicyRequest` class is used to request the removal of a rule from a security policy and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes constructors for creating instances, either empty or from an existing `RemoveRuleSecurityPolicyRequest` object."],["Key properties of the `RemoveRuleSecurityPolicyRequest` class include `HasPriority`, `Priority` (an integer indicating the rule's priority), `Project` (a string for the project ID), and `SecurityPolicy` (a string for the security policy's name)."],["The `RemoveRuleSecurityPolicyRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is contained within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]