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."],[[["The webpage provides reference documentation for the `RemoveRuleSecurityPolicyRequest` class within the Google Cloud Compute Engine v1 API."],["This class is a request message used for the `SecurityPolicies.RemoveRule` method and is part of the `Google.Cloud.Compute.V1` namespace."],["The page details various versions of the API, ranging from the latest 3.6.0 down to 1.0.0, all of which include the `RemoveRuleSecurityPolicyRequest` class."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of `RemoveRuleSecurityPolicyRequest` include `Priority`, `Project`, and `SecurityPolicy`, allowing specification of the rule to remove, the project ID, and the security policy to update."]]],[]]