public class NetAppClusterVolumeSnapshotRestoreConfig
extends java.lang.Object
Restores a selected volume to selected snapshot
This task will restore a selected volume to selected snapshot.
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterVolumeSnapshotRestoreConfig() |
|
NetAppClusterVolumeSnapshotRestoreConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppClusterVolumeSnapshotRestoreConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getSnapshotName() |
java.lang.String |
getVolumeName() |
void |
setCuicServer(CuicServer api) |
void |
setSnapshotName(java.lang.String snapshotName)
Select snapshot to which volume to be restored Accepts value from list
type netappClusterVolumeSnapshotIdentity
|
void |
setVolumeName(java.lang.String volumeName)
Select Volume to be restored Accepts value from list type
netappClusterVolumeIdentity
|
protected NetAppClusterVolumeSnapshotRestoreConfig()
public NetAppClusterVolumeSnapshotRestoreConfig(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 NetAppClusterVolumeSnapshotRestoreConfigResponse execute() throws java.lang.Exception
java.lang.Exception