public sealed class GetEffectiveFirewallsInstanceRequest : IMessage<GetEffectiveFirewallsInstanceRequest>, IEquatable<GetEffectiveFirewallsInstanceRequest>, IDeepCloneable<GetEffectiveFirewallsInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetEffectiveFirewallsInstanceRequest.
A request message for Instances.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."],[[["This document provides reference documentation for the `GetEffectiveFirewallsInstanceRequest` class within the Compute Engine v1 API, specifically for version 2.2.0."],["The `GetEffectiveFirewallsInstanceRequest` class is used to request effective firewall information for a specific instance, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Instance`, `NetworkInterface`, `Project`, and `Zone`, all of which are strings used to specify the scope of the firewall request."],["The latest version available is 3.6.0, but documentation is provided for a range of previous versions starting from 1.0.0 to the latest."],["The class includes two constructors, one default and one that takes another `GetEffectiveFirewallsInstanceRequest` object as a parameter, and also inherits members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]