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

    Interface VMISCSIDiskDevice

    interface VMISCSIDiskDevice {
        controller_slot?: number;
        dtype: "ISCSI_DISK";
        initiator_iqn: string;
        portal_address: string;
        targets: [v25_10_0.VMISCSIDiskTarget, ...v25_10_0.VMISCSIDiskTarget[]];
    }
    Index
    controller_slot?: number
    dtype: "ISCSI_DISK"
    initiator_iqn: string
    portal_address: string

    1