public class HyperVDleteVM
extends java.lang.Object
Deletes the Hyperv VM.
This task allows you to delete a hyperv VM and archives it.
Modifier | Constructor and Description |
---|---|
protected |
HyperVDleteVM() |
|
HyperVDleteVM(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HyperVDleteVMResponse |
execute() |
CuicServer |
getCuicServer() |
int |
getVmId() |
void |
setCuicServer(CuicServer api) |
void |
setVmId(int vmId)
Select the VM to be deleted
Accepts value from list type vm
|
protected HyperVDleteVM()
public HyperVDleteVM(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public int getVmId()
public void setVmId(int vmId)
public HyperVDleteVMResponse execute() throws java.lang.Exception
java.lang.Exception