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, spanning versions from 1.0.0 to the latest 3.6.0."],["The `RemoveRuleSecurityPolicyRequest` class is used to formulate requests for removing a rule from a security policy."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["Key properties of the `RemoveRuleSecurityPolicyRequest` class include `Priority`, `Project`, and `SecurityPolicy`, which are essential for specifying the rule to be removed and the target project/policy."],["There are two constructors for the `RemoveRuleSecurityPolicyRequest`, one default, and one taking another `RemoveRuleSecurityPolicyRequest` as a parameter."]]],[]]