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

    Interface IPMILanUpdateOptionsStatic

    interface IPMILanUpdateOptionsStatic {
        apply_remote?: boolean;
        dhcp: false;
        gateway: string;
        ipaddress: string;
        netmask: string;
        password?: string | null;
        vlan?: number | null;
    }
    Index
    apply_remote?: boolean
    dhcp: false
    gateway: string
    ipaddress: string
    netmask: string
    password?: string | null
    vlan?: number | null