public sealed class GetEffectiveFirewallsInstanceRequest : IMessage<GetEffectiveFirewallsInstanceRequest>, IEquatable<GetEffectiveFirewallsInstanceRequest>, IDeepCloneable<GetEffectiveFirewallsInstanceRequest>, IBufferMessage, IMessage
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 details the `GetEffectiveFirewallsInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to request effective firewall information for a specific instance."],["The latest version of the `Google.Cloud.Compute.V1` package available is 3.6.0, and the page lists all the versions from the newest 3.6.0 back to 1.0.0."],["`GetEffectiveFirewallsInstanceRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties to define the scope of the request, such as `Instance`, `NetworkInterface`, `Project`, and `Zone`, all represented as string values."],["The page provides information on the constructors available to the `GetEffectiveFirewallsInstanceRequest` class."]]],[]]