(&self, fs_config: String)
| 140 | } |
| 141 | |
| 142 | async fn vm_add_fs(&self, fs_config: String) -> Result<Optional<String>> { |
| 143 | let fs_config = serde_json::from_str(&fs_config).map_err(api_error)?; |
| 144 | self.vm_action(&VmAddFs, fs_config).await |
| 145 | } |
| 146 | |
| 147 | async fn vm_add_generic_vhost_user( |
| 148 | &self, |