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 `RemoveRuleSecurityPolicyRequest` class in the Google.Cloud.Compute.V1 API is used to remove a rule from a security policy."],["The latest version available for the `RemoveRuleSecurityPolicyRequest` is 3.6.0, while the current webpage's documentation is for version 2.3.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for comprehensive functionality."],["The class contains properties like `Priority`, `Project`, and `SecurityPolicy`, which are essential for identifying and removing the correct rule."],["The `RemoveRuleSecurityPolicyRequest` class includes a default constructor, along with a constructor that takes another instance of the `RemoveRuleSecurityPolicyRequest` class, allowing for easy object creation and copying."]]],[]]