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

NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy

import type { NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy {
displayName?: string;
name?: string;
packetMirroringRules?: FirewallPolicyRule[];
priority?: number;
shortName?: string;
type?:
| "HIERARCHY"
| "NETWORK"
| "SYSTEM"
| "UNSPECIFIED";
}

§Properties

§
displayName?: string
[src]

[Output Only] Deprecated, please use short name instead. The display name of the firewall policy.

§
name?: string
[src]

[Output Only] The name of the firewall policy.

§
packetMirroringRules?: FirewallPolicyRule[]
[src]

[Output Only] The packet mirroring rules that apply to the network.

§
priority?: number
[src]

[Output only] Priority of firewall policy association. Not applicable for type=HIERARCHY.

§

[Output Only] The rules that apply to the network.

§
shortName?: string
[src]

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

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

[Output Only] The type of the firewall policy.