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-03-31 UTC."],[[["This webpage provides documentation for the `NetworksGetEffectiveFirewallsResponse` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.4.0, and has links to many previous versions, as well as the latest version, 3.6.0."],["The `NetworksGetEffectiveFirewallsResponse` class, which inherits from `object` and implements several interfaces, is used to retrieve information about effective firewalls, and has two constructors; a default, and one that copies another `NetworksGetEffectiveFirewallsResponse`."],["The class contains two properties, `FirewallPolicys` and `Firewalls`, both of which are of type `RepeatedField`, which store effective firewall data and effective firewalls on the network, respectively."],["The documentation provides details on how to access the `NetworksGetEffectiveFirewallsResponse` through various versions of the Google.Cloud.Compute.V1 package, ranging from version 1.0.0 all the way up to 3.6.0."]]],[]]