public class NetAppDeleteClusterVolumeSnapshotConfig
extends java.lang.Object
Deletes the selected snapshot
This task will delete the selected snapshot from volume.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteClusterVolumeSnapshotConfig() |
|
NetAppDeleteClusterVolumeSnapshotConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppDeleteClusterVolumeSnapshotConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getSnapshotName() |
java.lang.String |
getVolumeName() |
void |
setCuicServer(CuicServer api) |
void |
setSnapshotName(java.lang.String snapshotName)
Select snaphot to be deleted Accepts value from list type
netappClusterVolumeSnapshotIdentity
|
void |
setVolumeName(java.lang.String volumeName)
Select Volume whose snapshot to be deleted Accepts value from list type
netappClusterVolumeIdentity
|
protected NetAppDeleteClusterVolumeSnapshotConfig()
public NetAppDeleteClusterVolumeSnapshotConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVolumeName()
public java.lang.String getSnapshotName()
public void setVolumeName(java.lang.String volumeName)
public void setSnapshotName(java.lang.String snapshotName)
public NetAppDeleteClusterVolumeSnapshotConfigResponse execute() throws java.lang.Exception
java.lang.Exception