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 webpage provides reference documentation for the `RemoveRuleSecurityPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The `RemoveRuleSecurityPolicyRequest` class is used to send a request to remove a rule from a security policy and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `Priority`, `Project`, and `SecurityPolicy` that are essential for specifying the rule to remove and the target security policy, and also contains relevant constructors."],["The documentation also includes a version history, showcasing the availability of the `RemoveRuleSecurityPolicyRequest` class across different versions of the Compute Engine v1 API, from version 1.0.0 to 3.6.0."],["The class itself inherits from Object, which provides it with inherent inherited methods, and resides in the Google.Cloud.Compute.V1 namespace, within the Google.Cloud.Compute.V1.dll assembly."]]],[]]