public sealed class GetNetworkFirewallPolicyRequest : IMessage<GetNetworkFirewallPolicyRequest>, IEquatable<GetNetworkFirewallPolicyRequest>, IDeepCloneable<GetNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetNetworkFirewallPolicyRequest.
A request message for NetworkFirewallPolicies.Get. 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 reference documentation for the `GetNetworkFirewallPolicyRequest` class within the Google Compute Engine v1 API for .NET, specifically detailing its use in retrieving network firewall policy information."],["The `GetNetworkFirewallPolicyRequest` class is a request message used with the `NetworkFirewallPolicies.Get` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `GetNetworkFirewallPolicyRequest` class is version 3.6.0, with numerous previous versions also available, ranging down to 1.0.0."],["The class has two constructors: a parameterless constructor, and one that takes another `GetNetworkFirewallPolicyRequest` object as an argument, in addition to two properties, `FirewallPolicy` and `Project`, both of which are of type `string`."],["It is used to get a specific firewall policy by its name and project ID, indicated by the required 'FirewallPolicy' and 'Project' properties respectively."]]],[]]