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 webpage provides reference documentation for the `GetEffectiveFirewallsInstanceRequest` class in the Google Compute Engine v1 API, specifically within the .NET environment."],["The latest version of the API referenced on the page is 3.6.0, with historical versions ranging down to 1.0.0 also documented and linked."],["The `GetEffectiveFirewallsInstanceRequest` class is used to request the effective firewalls for a specific instance and network interface, and is part of the `Google.Cloud.Compute.V1` namespace."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also includes constructors and properties to configure the request including `Instance`, `NetworkInterface`, `Project`, and `Zone`."],["The page also provides information on the inheritance and implemented interfaces of the `GetEffectiveFirewallsInstanceRequest` class, which inherits from `object` and implements several interfaces for .NET."]]],[]]