Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NetworksGetEffectiveFirewallsResponse

import type { NetworksGetEffectiveFirewallsResponse } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface NetworksGetEffectiveFirewallsResponse {
firewalls?: Firewall[];
}

§Properties

§

[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.

§
firewalls?: Firewall[]
[src]

Effective firewalls on the network.