InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
import type { InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy {
displayName?: string;
name?: string;
packetMirroringRules?: FirewallPolicyRule[];
priority?: number;
rules?: FirewallPolicyRule[];
shortName?: string;
type?:
} | "HIERARCHY"
| "NETWORK"
| "NETWORK_REGIONAL"
| "SYSTEM_GLOBAL"
| "SYSTEM_REGIONAL"
| "UNSPECIFIED";
§Properties
§
displayName?: string
[src][Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
§
packetMirroringRules?: FirewallPolicyRule[]
[src][Output Only] The packet mirroring rules that apply to the instance.
§
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 instance. Only rules that target the specific VM instance are returned if target service accounts or target secure tags are specified in the rules.