public sealed class GetEffectiveFirewallsNetworkRequest : IMessage<GetEffectiveFirewallsNetworkRequest>, IEquatable<GetEffectiveFirewallsNetworkRequest>, IDeepCloneable<GetEffectiveFirewallsNetworkRequest>, IBufferMessage, IMessage
A request message for Networks.GetEffectiveFirewalls. 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 page details the `GetEffectiveFirewallsNetworkRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting effective firewall information for a network."],["The latest version of the documentation available is 3.6.0, while the current content refers to version 2.0.0."],["The `GetEffectiveFirewallsNetworkRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this class include `Network`, representing the network name, and `Project`, representing the project ID."],["The class provides two constructors: a default constructor and one that takes another `GetEffectiveFirewallsNetworkRequest` object for creating a copy."]]],[]]