public sealed class GetEffectiveFirewallsNetworkRequest : IMessage<GetEffectiveFirewallsNetworkRequest>, IEquatable<GetEffectiveFirewallsNetworkRequest>, IDeepCloneable<GetEffectiveFirewallsNetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetEffectiveFirewallsNetworkRequest.
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-04-09 UTC."],[[["The `GetEffectiveFirewallsNetworkRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request effective firewall information for a specific network."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality in data handling and manipulation."],["The class includes properties `Network` and `Project`, which are strings that allow for the specification of the target network and project for the request."],["The documentation lists the available versions, from 1.0.0 to 3.6.0, of the `GetEffectiveFirewallsNetworkRequest`, with 3.6.0 as the latest."],["The `GetEffectiveFirewallsNetworkRequest` class has two constructors, one empty and one that takes another `GetEffectiveFirewallsNetworkRequest` object as a parameter, for creating instances and duplicating them respectively."]]],[]]