public class NetAppClusterVolumeSnapshotPartialRestoreFileConfig
extends java.lang.Object
Partially restores a specified file path from the selected snapshot
This task will partially restore a specified file path from the selected snapshot to the orginal file path in the volume.
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterVolumeSnapshotPartialRestoreFileConfig() |
|
NetAppClusterVolumeSnapshotPartialRestoreFileConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppClusterVolumeSnapshotPartialRestoreFileConfigResponse |
execute() |
java.lang.String |
getByteCount() |
CuicServer |
getCuicServer() |
java.lang.String |
getFilePath() |
java.lang.String |
getSnapshotName() |
java.lang.String |
getStartByte() |
void |
setByteCount(java.lang.String byteCount)
Enter number of bytes to be restored
|
void |
setCuicServer(CuicServer api) |
void |
setFilePath(java.lang.String filePath)
Enter absolute path of the file(/vol/
|
void |
setSnapshotName(java.lang.String snapshotName)
Select snapshot from which file to be restored Accepts value from list
type netappClusterVolumeSnapshotIdentity
|
void |
setStartByte(java.lang.String startByte)
Enter start byte number
|
protected NetAppClusterVolumeSnapshotPartialRestoreFileConfig()
public NetAppClusterVolumeSnapshotPartialRestoreFileConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getSnapshotName()
public java.lang.String getFilePath()
public java.lang.String getStartByte()
public java.lang.String getByteCount()
public void setSnapshotName(java.lang.String snapshotName)
public void setFilePath(java.lang.String filePath)
public void setStartByte(java.lang.String startByte)
public void setByteCount(java.lang.String byteCount)
public NetAppClusterVolumeSnapshotPartialRestoreFileConfigResponse execute() throws java.lang.Exception
java.lang.Exception