public sealed class GetRuleNetworkFirewallPolicyRequest : IMessage<GetRuleNetworkFirewallPolicyRequest>, IEquatable<GetRuleNetworkFirewallPolicyRequest>, IDeepCloneable<GetRuleNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRuleNetworkFirewallPolicyRequest.
A request message for NetworkFirewallPolicies.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."],[[["This webpage provides documentation for the `GetRuleNetworkFirewallPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically in the .NET context."],["The class `GetRuleNetworkFirewallPolicyRequest` is used to request a specific rule from a network firewall policy and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists numerous versions of the `GetRuleNetworkFirewallPolicyRequest`, ranging from version 1.0.0 to the latest version 3.6.0, each with its own link to its respective documentation."],["Key properties of the `GetRuleNetworkFirewallPolicyRequest` class include `FirewallPolicy`, `HasPriority`, `Priority`, and `Project`, which are used to specify the firewall policy and the rule being queried."],["The class inherits members such as GetHashCode, GetType, and ToString from the object base class, and is within the Google.Cloud.Compute.V1 namespace."]]],[]]