mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CopyVolume hacking for vmware
This commit is contained in:
parent
364e1e1c4a
commit
7094e066c8
@ -28,6 +28,7 @@ public class CopyVolumeCommand extends Command {
|
||||
StoragePoolVO pool;
|
||||
String secondaryStorageURL;
|
||||
boolean toSecondaryStorage;
|
||||
String vmName;
|
||||
|
||||
public CopyVolumeCommand() {
|
||||
}
|
||||
@ -64,4 +65,8 @@ public class CopyVolumeCommand extends Command {
|
||||
public boolean toSecondaryStorage() {
|
||||
return toSecondaryStorage;
|
||||
}
|
||||
|
||||
public String getVmName() {
|
||||
return vmName;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user