@truenas/api-client
    Preparing search index...

    Interface VirtDeviceProxy

    interface VirtDeviceProxy {
        description?: string | null;
        dest_port: number;
        dest_proto: "UDP" | "TCP";
        dev_type: "PROXY";
        name?: string | null;
        readonly?: boolean;
        source_port: number;
        source_proto: "UDP" | "TCP";
    }

    Hierarchy (View Summary)

    Index
    description?: string | null
    dest_port: number
    dest_proto: "UDP" | "TCP"
    dev_type: "PROXY"
    name?: string | null
    readonly?: boolean
    source_port: number
    source_proto: "UDP" | "TCP"