@runloop/api-client - v1.4.0
    Preparing search index...

    Interface NetworkPolicyUpdateParams

    interface NetworkPolicyUpdateParams {
        allow_all?: boolean | null;
        allow_devbox_to_devbox?: boolean | null;
        allowed_hostnames?: string[] | null;
        description?: string | null;
        name?: string | null;
    }
    Index

    Properties

    allow_all?: boolean | null

    If true, all egress traffic is allowed (ALLOW_ALL policy).

    allow_devbox_to_devbox?: boolean | null

    If true, allows traffic between the account's own devboxes via tunnels.

    allowed_hostnames?: string[] | null

    Updated DNS-based allow list with wildcard support. Examples: ['github.com', '*.npmjs.org'].

    description?: string | null

    Updated description for the NetworkPolicy.

    name?: string | null

    Updated human-readable name for the NetworkPolicy.