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

    Interface VirtInstanceUpdate

    interface VirtInstanceUpdate {
        autostart?: boolean | null;
        cpu?: string | null;
        enable_vnc?: boolean;
        environment?: Record<string, string> | null;
        image_os?: string | null;
        memory?: number | null;
        privileged_mode?: boolean;
        root_disk_io_bus?: "NVME" | "VIRTIO-BLK" | "VIRTIO-SCSI" | null;
        root_disk_size?: number | null;
        secure_boot?: boolean;
        vnc_password?: string | null;
        vnc_port?: number | null;
    }
    Index
    autostart?: boolean | null
    cpu?: string | null
    enable_vnc?: boolean
    environment?: Record<string, string> | null
    image_os?: string | null
    memory?: number | null
    privileged_mode?: boolean
    root_disk_io_bus?: "NVME" | "VIRTIO-BLK" | "VIRTIO-SCSI" | null

    null keeps the current setting.

    root_disk_size?: number | null
    secure_boot?: boolean
    vnc_password?: string | null
    vnc_port?: number | null