public sealed class GetRuleFirewallPolicyRequest : IMessage<GetRuleFirewallPolicyRequest>, IEquatable<GetRuleFirewallPolicyRequest>, IDeepCloneable<GetRuleFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for FirewallPolicies.GetRule. 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 `GetRuleFirewallPolicyRequest` class is a request message used for retrieving a specific rule from a firewall policy, as part of the `Google.Cloud.Compute.V1` namespace."],["This page provides documentation for multiple versions of the `GetRuleFirewallPolicyRequest`, ranging from version 1.0.0 to the latest version 3.6.0."],["The `GetRuleFirewallPolicyRequest` class is part of the `Google.Cloud.Compute.V1.dll` assembly and inherits from `Object`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `FirewallPolicy` and `Priority`, that are used to specify the target firewall and the priority rule respectively, along with a `HasPriority` boolean, to confirm if a priority is set."],["There are 2 constuctors within the class, one that takes no arguments, and the other that takes in an existing `GetRuleFirewallPolicyRequest` object to duplicate it."]]],[]]