public class HyperVDeleteVMDisk
extends java.lang.Object
Remove VM Disk
This task allows the user to remove a VM disk.
Only disks attached to SCSI Adapters can be removed.
Modifier | Constructor and Description |
---|---|
protected |
HyperVDeleteVMDisk() |
|
HyperVDeleteVMDisk(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getVhd() |
int |
getVmId() |
void |
setCuicServer(CuicServer api) |
void |
setVhd(java.lang.String vhd)
Specify the name of the Virtual Hard Disk to Remove
|
void |
setVmId(int vmId)
Select the VM on which to perform the action
Accepts value from list type vm
|
protected HyperVDeleteVMDisk()
public HyperVDeleteVMDisk(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public int getVmId()
public java.lang.String getVhd()
public void setVmId(int vmId)
public void setVhd(java.lang.String vhd)
public void execute() throws java.lang.Exception
java.lang.Exception