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 document provides reference documentation for the `GetEffectiveFirewallsInstanceRequest` class in the Compute Engine v1 API, specifically within the Google.Cloud.Compute.V1 namespace."],["The `GetEffectiveFirewallsInstanceRequest` class is used to request information about effective firewalls for a specific instance, and it includes properties such as `Instance`, `NetworkInterface`, `Project`, and `Zone` to define the scope of the request."],["The document lists various versions of the API, ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest, and gives a link to each of them, all of them being for the class GetEffectiveFirewallsInstanceRequest."],["The `GetEffectiveFirewallsInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to perform various functionalities such as deep cloning and comparison."],["The class has two constructors, one is default, and the other takes another object of the same type, and it inherits properties from the system object class."]]],[]]