Changes between Version 9 and Version 10 of DRM4G/UseCases
- Timestamp:
- Dec 16, 2016 1:18:18 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/UseCases
v9 v10 600 600 601 601 602 603 602 {{{#!comment 604 EL USUARIO TIENE QUE SABER A QUE RECURSO PERTENECE LA VM?605 606 603 {{{#!th colspan=2 align=justify 607 604 '''Use case''': [=#CheckVMinformationbyID Check VM information by ID] … … 612 609 }}} 613 610 {{{#!td 614 The user can get information of a specific VM. He can check how much money he has spent, the VM's ip address and how many jobs are currently running in that VM611 The user can get information of a specific resource. In case it is a VM he can check how much money he has spent, the VM's ip address 615 612 }}} 616 613 |---------------- … … 627 624 {{{#!td 628 625 * The user must have previously [#CreatingVMs created VMs] 629 * The user must [#ListingVMswithIDs list all resources] to get the VMs ID 630 }}} 631 |---------------- 632 {{{#!td 633 '''Basic Flow''' 634 }}} 635 {{{#!td 636 1. The user runs the command `drm4g resource <resource_name> <vm_id>` 637 }}} 638 |---------------- 639 {{{#!td 640 '''Postconditions''' 641 }}} 642 {{{#!td 643 * The VM with a matching ID will have its information displayed 644 * its billing 626 }}} 627 |---------------- 628 {{{#!td 629 '''Basic Flow''' 630 }}} 631 {{{#!td 632 1. The user runs the command `drm4g resource <resource_name>` 633 }}} 634 |---------------- 635 {{{#!td 636 '''Postconditions''' 637 }}} 638 {{{#!td 639 * The VM with a matching resource name will have its information displayed 640 * its billing (how much money he has spent) 645 641 * its ip address 646 642 * its currently running jobs