RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
import type { RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";interface RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy {
readonly displayName?: string;
readonly name?: string;
readonly packetMirroringRules?: FirewallPolicyRule[];
readonly priority?: number;
readonly rules?: FirewallPolicyRule[];
readonly type?:
} | "HIERARCHY"
| "NETWORK"
| "NETWORK_REGIONAL"
| "SYSTEM_GLOBAL"
| "SYSTEM_REGIONAL"
| "UNSPECIFIED";
§Properties
§
readonly displayName?: string
[src]Output only. [Output Only] The display name of the firewall policy.
§
readonly packetMirroringRules?: FirewallPolicyRule[]
[src]Output only. [Output only] The packet mirroring rules that apply to the network.
§
readonly priority?: number
[src]Output only. [Output only] Priority of firewall policy association. Not applicable for type=HIERARCHY.
§
readonly rules?: FirewallPolicyRule[]
[src]Output only. [Output only] The rules that apply to the network.