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

InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy

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

§Properties

§
readonly displayName?: string
[src]

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

§
readonly name?: string
[src]

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

§
readonly packetMirroringRules?: FirewallPolicyRule[]
[src]

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

§
readonly priority?: number
[src]

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

§

[Output Only] The rules that apply to the instance. Only rules that target the specific VM instance are returned if target service accounts or target secure tags are specified in the rules.

§
readonly shortName?: string
[src]

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

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

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