RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
import type { RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy {
displayName?: string;
name?: string;
packetMirroringRules?: FirewallPolicyRule[];
priority?: number;
rules?: FirewallPolicyRule[];
type?:
} | "HIERARCHY"
| "NETWORK"
| "NETWORK_REGIONAL"
| "SYSTEM_GLOBAL"
| "SYSTEM_REGIONAL"
| "UNSPECIFIED";
§Properties
§
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.
§
rules?: FirewallPolicyRule[]
[src][Output only] The rules that apply to the network.