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

    Interface IPMILanUpdateOptionsDHCP

    interface IPMILanUpdateOptionsDHCP {
        apply_remote?: boolean;
        dhcp: true;
        password?: string | null;
        vlan?: number | null;
    }
    Index
    apply_remote?: boolean
    dhcp: true
    password?: string | null
    vlan?: number | null