public sealed class GetRuleFirewallPolicyRequest : IMessage<GetRuleFirewallPolicyRequest>, IEquatable<GetRuleFirewallPolicyRequest>, IDeepCloneable<GetRuleFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRuleFirewallPolicyRequest.
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-24 UTC."],[[["This webpage provides documentation for the `GetRuleFirewallPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment."],["The latest version of the `GetRuleFirewallPolicyRequest` is 3.6.0, and the page provides links to documentation for multiple previous versions ranging down to version 1.0.0."],["`GetRuleFirewallPolicyRequest` is a request message used with FirewallPolicies.GetRule to retrieve information about a specific firewall rule."],["The class includes properties such as `FirewallPolicy` (string) and `Priority` (int) for specifying the firewall policy and the rule's priority to retrieve, as well as `HasPriority` (bool) to check if the field is set."],["The documentation details the class's inheritance from base classes and implementation of various interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, along with details on its constructors and inherited members."]]],[]]