public class NetAppDeleteQtreeNFSExportConfig
extends java.lang.Object
Removes a NFS export rule for QTree.
This task will deleted a NFS Export rule which is created for the QTree. This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteQtreeNFSExportConfig() |
|
NetAppDeleteQtreeNFSExportConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getActualPath() |
CuicServer |
getCuicServer() |
boolean |
isForce() |
void |
setActualPath(java.lang.String actualPath)
Enter the actual path mounted when the NFS client mounts the exported
path.
|
void |
setCuicServer(CuicServer api) |
void |
setForce(boolean force)
Forcibly Delete.
|
protected NetAppDeleteQtreeNFSExportConfig()
public NetAppDeleteQtreeNFSExportConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getActualPath()
public boolean isForce()
public void setActualPath(java.lang.String actualPath)
public void setForce(boolean force)
public void execute() throws java.lang.Exception
java.lang.Exception