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 context and compatibility checks."],["The `GetEffectiveFirewallsInstanceRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetEffectiveFirewallsInstanceRequest` include `Instance`, `NetworkInterface`, `Project`, and `Zone`, which are all strings that define the scope of the firewall request."],["The class has two constructors: a default constructor `GetEffectiveFirewallsInstanceRequest()` and another for copying from an existing request, `GetEffectiveFirewallsInstanceRequest(GetEffectiveFirewallsInstanceRequest other)`."]]],[]]