public sealed class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse : IMessage<RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse>, IEquatable<RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse>, IDeepCloneable<RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse>, IBufferMessage, IMessage
public RepeatedField<RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy> FirewallPolicys { get; }
[Output only] Effective firewalls from firewall policy. It applies to Regional Network Firewall Policies in the specified region, Global Network Firewall Policies and Hierachial Firewall Policies which are associated with the network.
[[["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 details the `RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse` class within the Google.Cloud.Compute.V1 library, specifically version 3.2.0, and is a comprehensive resource on it, including its implementation, inheritance, and members."],["The latest version of the library available is 3.6.0, with a history of versions ranging down to 1.0.0, all providing access to the `RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse` class."],["The `RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse` class, inheriting from `object` and implementing multiple interfaces, is used to retrieve effective firewall information for regional network firewall policies, global network firewall policies, and hierarchical firewall policies."],["This class has two constructors: a default constructor and one that takes another `RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse` instance, along with two properties, `FirewallPolicys` and `Firewalls`, to return effective firewall information."],["The provided `RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse` class is part of the Google.Cloud.Compute.V1 namespace, accessible via the Google.Cloud.Compute.V1.dll assembly, and is implemented with multiple useful methods from the `object` class."]]],[]]