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

    Interface VirtGlobalUpdate

    interface VirtGlobalUpdate {
        bridge?: string | null;
        pool?: string | null;
        storage_pools?: string[] | null;
        v4_network?: string | null;
        v6_network?: string | null;
    }
    Index
    bridge?: string | null
    pool?: string | null
    storage_pools?: string[] | null
    v4_network?: string | null
    v6_network?: string | null