You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the CS (really a BareMetalComputeService) for a VM is returned by the startVM() method. All ofther methods use the VM's name as a key (a string). It would be very convenient to have a method like CloudComputeService::getVMComputeService(std::string name) method
The text was updated successfully, but these errors were encountered:
At the moment, the CS (really a BareMetalComputeService) for a VM is returned by the startVM() method. All ofther methods use the VM's name as a key (a string). It would be very convenient to have a method like CloudComputeService::getVMComputeService(std::string name) method
The text was updated successfully, but these errors were encountered: