public class HypervDeleteAllVMSnapshot
extends java.lang.Object
Deletes all the snapshots of the Virtual Machine.
This task allows you to delete all the snapshots of a VM .
Modifier | Constructor and Description |
---|---|
protected |
HypervDeleteAllVMSnapshot() |
|
HypervDeleteAllVMSnapshot(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
int |
getVmId() |
void |
setCuicServer(CuicServer api) |
void |
setVmId(int vmId)
Select the VM on which to perform the action
Accepts value from list type vm
|
protected HypervDeleteAllVMSnapshot()
public HypervDeleteAllVMSnapshot(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public int getVmId()
public void setVmId(int vmId)
public void execute() throws java.lang.Exception
java.lang.Exception