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

RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy

import type { RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy {
displayName?: string;
name?: string;
type?:
| "HIERARCHY"
| "NETWORK"
| "NETWORK_REGIONAL"
| "UNSPECIFIED";
}

§Properties

§
displayName?: string
[src]

[Output Only] The display name of the firewall policy.

§
name?: string
[src]

[Output Only] The name of the firewall policy.

§

The rules that apply to the network.

§
type?: "HIERARCHY" | "NETWORK" | "NETWORK_REGIONAL" | "UNSPECIFIED"
[src]

[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL.