Interface StorageDomainVmService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    StorageDomainVmService

    public static interface StorageDomainVmService.RemoveResponse
    extends Response
    Deletes a virtual machine from an export storage domain. For example, to delete the virtual machine `456` from the storage domain `123`, send a request like this: [source] ---- DELETE /ovirt-engine/api/storagedomains/123/vms/456 ----