nexus-agents - v2.80.0
    Preparing search index...

    Interface IPolicyFirewall

    Interface for the policy firewall.

    interface IPolicyFirewall {
        evaluate(ctx: FirewallPolicyContext): FirewallPolicyDecision;
        addRule(rule: FirewallPolicyRule): void;
        removeRule(name: string): boolean;
        getRules(): readonly FirewallPolicyRule[];
        setMode(mode: PolicyMode): void;
        getMode(): PolicyMode;
    }

    Implemented by

    Index

    Methods