public class NetAppDeleteNFSExportConfig
extends java.lang.Object
Removes NFS export rule for the volume in the storage system using ONTAP.
This task will remove a NFS export rule for the volume.This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteNFSExportConfig() |
|
NetAppDeleteNFSExportConfig(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 NetAppDeleteNFSExportConfig()
public NetAppDeleteNFSExportConfig(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