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

    Interface NVMetHostUpdate

    interface NVMetHostUpdate {
        dhchap_ctrl_key?: string | null;
        dhchap_dhgroup?:
            | "2048-BIT"
            | "3072-BIT"
            | "4096-BIT"
            | "6144-BIT"
            | "8192-BIT"
            | null;
        dhchap_hash?: "SHA-256"
        | "SHA-384"
        | "SHA-512";
        dhchap_key?: string | null;
        hostnqn?: string;
    }
    Index
    dhchap_ctrl_key?: string | null
    dhchap_dhgroup?:
        | "2048-BIT"
        | "3072-BIT"
        | "4096-BIT"
        | "6144-BIT"
        | "8192-BIT"
        | null
    dhchap_hash?: "SHA-256" | "SHA-384" | "SHA-512"
    dhchap_key?: string | null
    hostnqn?: string