| Package | Description |
|---|---|
| org.gcube.vomanagement.occi |
| Modifier and Type | Method and Description |
|---|---|
VM |
FHNConnector.getVM(URI vmUri)
Return the VM identified by the given URI.
|
VM |
OcciConnector.getVM(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VM> |
FHNConnector.listVM()
Return the list of available VMs (in any state).
|
Collection<VM> |
OcciConnector.listVM() |
| Modifier and Type | Method and Description |
|---|---|
void |
FHNConnector.destroyVM(VM vm)
Destroy a VM.
|
void |
OcciConnector.destroyVM(VM vm) |
void |
FHNConnector.startVM(VM vm)
Start the given VM.
|
void |
OcciConnector.startVM(VM vm) |
void |
FHNConnector.stopVM(VM vm)
Start the given VM.
|
void |
OcciConnector.stopVM(VM vm) |
Copyright © 2017. All Rights Reserved.