public class HypervDeleteVMSnapshot
extends java.lang.Object
Deletes VM Snapshot
This task deletes Snapshot for the VM.
Modifier | Constructor and Description |
---|---|
protected |
HypervDeleteVMSnapshot() |
|
HypervDeleteVMSnapshot(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getSnapshotName() |
int |
getVmId() |
void |
setCuicServer(CuicServer api) |
void |
setSnapshotName(java.lang.String snapshotName)
List of snapshots
Accepts value from list type snapshot
|
void |
setVmId(int vmId)
Select the VM for which snapshot need to be created
Accepts value from list type vm
|
protected HypervDeleteVMSnapshot()
public HypervDeleteVMSnapshot(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public int getVmId()
public java.lang.String getSnapshotName()
public void setVmId(int vmId)
public void setSnapshotName(java.lang.String snapshotName)
public void execute() throws java.lang.Exception
java.lang.Exception