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 webpage details the `GetEffectiveFirewallsInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to request effective firewall information for a specific instance."],["The page offers documentation for numerous versions of the class, ranging from version 1.0.0 to the latest, version 3.6.0, allowing for historical and current version comparisons."],["The `GetEffectiveFirewallsInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `GetEffectiveFirewallsInstanceRequest` class include `Instance`, `NetworkInterface`, `Project`, and `Zone`, which are all of type string and are essential for defining the scope of the firewall request."],["The webpage also includes a list of inherited members and a detailed constructor table for `GetEffectiveFirewallsInstanceRequest`."]]],[]]