mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue