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 page provides documentation for the `GetEffectiveFirewallsInstanceRequest` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with the latest version being 3.6.0 and going down to version 1.0.0."],["The `GetEffectiveFirewallsInstanceRequest` class is used to request effective firewall information for an instance and it inherits from various interfaces and has implementations for `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the class's inheritance structure, showing that it descends from the base `object` class, and lists the inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `GetEffectiveFirewallsInstanceRequest` class contains properties for `Instance`, `NetworkInterface`, `Project`, and `Zone`, all of which are of type `string`, and these can be used to specify the instance, the network interface, project ID, and zone for the request."],["The namespace for this class is `Google.Cloud.Compute.V1` and the assembly is `Google.Cloud.Compute.V1.dll`."]]],[]]