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 documentation for the `RemoveRuleSecurityPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The content covers version 2.5.0, along with a comprehensive list of previous versions ranging from 1.0.0 to 3.6.0 (the latest), all related to the `RemoveRuleSecurityPolicyRequest` class."],["The `RemoveRuleSecurityPolicyRequest` class, used for removing rules from security policies, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Compute.V1` namespace."],["Key properties of the `RemoveRuleSecurityPolicyRequest` class include `Priority`, `Project`, and `SecurityPolicy`, which are used to specify the rule to be removed and the target security policy, along with their boolean properties."],["The webpage includes details about the constructors of the class `RemoveRuleSecurityPolicyRequest`, with and without parameters."]]],[]]