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-21 UTC."],[[["The `GetEffectiveFirewallsNetworkRequest` class is a request message used for retrieving effective firewalls on a network, as part of the `Google.Cloud.Compute.V1` namespace."],["The latest version available for the `GetEffectiveFirewallsNetworkRequest` class is 3.6.0, while version 2.1.0 is the one specifically described."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEffectiveFirewallsNetworkRequest` class has two constructors: a parameterless one and one that takes another `GetEffectiveFirewallsNetworkRequest` instance as an argument, which allows the cloning of the existing object."],["Key properties within the `GetEffectiveFirewallsNetworkRequest` class include `Network` and `Project`, which are both strings and are respectively used for the network name and the project ID for the request."]]],[]]