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-03-21 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."],["The latest version of this API class is 3.6.0, with multiple previous versions available, starting from version 1.0.0, all the way through to the current version of 2.9.0."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in structured data handling and deep copying."],["The `GetEffectiveFirewallsNetworkRequest` class has properties for both the network name (`Network`) and the project ID (`Project`), which are both of type string and necessary to use the class."],["The GetEffectiveFirewallsNetworkRequest class has two constructors: one is parameterless and the other can take an instance of the same class to create a copy of it."]]],[]]