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

    Interface VirtInstanceAlias

    interface VirtInstanceAlias {
        address: string;
        netmask: number | null;
        type: "INET" | "INET6";
    }
    Index
    address: string
    netmask: number | null
    type: "INET" | "INET6"