public class NetAppRemoveVFilerNFSExportConfig
extends java.lang.Object
Remove vFiler NFS Volume Export
Removes the NFS rule for the pathname.This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppRemoveVFilerNFSExportConfig() |
|
NetAppRemoveVFilerNFSExportConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getPath() |
java.lang.String |
getvFilerIdentity() |
void |
setCuicServer(CuicServer api) |
void |
setPath(java.lang.String path)
Enter the path that will be exported to NFS clients.
|
void |
setvFilerIdentity(java.lang.String vFilerIdentity) |
protected NetAppRemoveVFilerNFSExportConfig()
public NetAppRemoveVFilerNFSExportConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getPath()
public void setPath(java.lang.String path)
public java.lang.String getvFilerIdentity()
public void setvFilerIdentity(java.lang.String vFilerIdentity)
public void execute() throws java.lang.Exception
java.lang.Exception