public sealed class NetworksGetEffectiveFirewallsResponse : IMessage<NetworksGetEffectiveFirewallsResponse>, IEquatable<NetworksGetEffectiveFirewallsResponse>, IDeepCloneable<NetworksGetEffectiveFirewallsResponse>, IBufferMessage, IMessage
public RepeatedField<NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy> FirewallPolicys { get; }
[Output Only] Effective firewalls from firewall policy. It returns Global Network Firewall Policies and Hierarchical Firewall Policies. Use regionNetworkFirewallPolicies.getEffectiveFirewalls to get Regional Network Firewall Policies as well.
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `NetworksGetEffectiveFirewallsResponse` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.2.0, and includes links to various versions from 1.0.0 to 3.6.0."],["The `NetworksGetEffectiveFirewallsResponse` class is used to retrieve the effective firewalls on a network, as well as effective firewalls from firewall policies."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with properties including `FirewallPolicys` and `Firewalls` which are of type `RepeatedField`."],["The page details the two constructors available for the class: a default empty constructor, and one which takes another `NetworksGetEffectiveFirewallsResponse` object as a parameter."],["The class inherits members such as GetHashCode(), GetType(), and ToString() from the object class, and it also includes the assembly name (Google.Cloud.Compute.V1.dll) within the namespace."]]],[]]