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-24 UTC."],[[["This webpage provides reference documentation for the `GetEffectiveFirewallsInstanceRequest` class within the Google Compute Engine v1 API, specifically for version 3.0.0, and shows previous versions."],["`GetEffectiveFirewallsInstanceRequest` is a request message used for retrieving effective firewalls for instances, as detailed in the Instances.GetEffectiveFirewalls method description."],["The `GetEffectiveFirewallsInstanceRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Instance`, `NetworkInterface`, `Project`, and `Zone`, which are used to define the scope of the request for effective firewalls."],["Constructors for `GetEffectiveFirewallsInstanceRequest` are available, including one to create an empty instance, and another to create a new instance from another already existing instance of the same type."]]],[]]