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 retrieve effective firewall information for a specific instance."],["The `GetEffectiveFirewallsInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffered operations."],["This class has two constructors, a default constructor and another that takes another `GetEffectiveFirewallsInstanceRequest` as a parameter."],["The class includes properties such as `Instance`, `NetworkInterface`, `Project`, and `Zone`, all of type `string`, used to specify the instance, network interface, project ID, and zone for which the firewall information is requested."],["Multiple versions of the `GetEffectiveFirewallsInstanceRequest` are listed on this page, ranging from version 1.0.0 up to the latest 3.6.0, all with direct links to their respective documentation."]]],[]]