public class NetAppClusterVolumeSnapshotRestoreFileConfig
extends java.lang.Object
Restores a specified file path from the selected snapshot
This task will restore a specified file path from the selected snapshot to either it's orginal location or to a new location in the same volume.
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterVolumeSnapshotRestoreFileConfig() |
|
NetAppClusterVolumeSnapshotRestoreFileConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppClusterVolumeSnapshotRestoreFileConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getFilePath() |
java.lang.String |
getRestorePath() |
java.lang.String |
getSnapshotName() |
void |
setCuicServer(CuicServer api) |
void |
setFilePath(java.lang.String filePath)
Enter absolute path of the file(/vol/
|
void |
setRestorePath(java.lang.String restorePath)
Enter new restore path for the file.
|
void |
setSnapshotName(java.lang.String snapshotName)
Select snapshot from which file to be restored Accepts value from list
type netappClusterVolumeSnapshotIdentity
|
protected NetAppClusterVolumeSnapshotRestoreFileConfig()
public NetAppClusterVolumeSnapshotRestoreFileConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getSnapshotName()
public java.lang.String getFilePath()
public java.lang.String getRestorePath()
public void setSnapshotName(java.lang.String snapshotName)
public void setFilePath(java.lang.String filePath)
public void setRestorePath(java.lang.String restorePath)
public NetAppClusterVolumeSnapshotRestoreFileConfigResponse execute() throws java.lang.Exception
java.lang.Exception