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, which is a request message used for the `Instances.GetEffectiveFirewalls` method within the Google Cloud Compute V1 API."],["The page offers a comprehensive list of version history for the `GetEffectiveFirewallsInstanceRequest`, ranging from version 1.0.0 up to the latest version 3.6.0."],["The `GetEffectiveFirewallsInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `GetEffectiveFirewallsInstanceRequest` include `Instance`, `NetworkInterface`, `Project`, and `Zone`, which are all strings that define parameters for the firewall request."],["The class has two constructors: a default constructor `GetEffectiveFirewallsInstanceRequest()` and a copy constructor `GetEffectiveFirewallsInstanceRequest(GetEffectiveFirewallsInstanceRequest other)`."]]],[]]