public class NetAppRemoveClusterVolumeNFSExportConfig
extends java.lang.Object
Removes a NFS Export rule for the volume under the Vserver context.
This task will deleted a NFS export rule for the volume under the volume in Vserver context.
Modifier | Constructor and Description |
---|---|
protected |
NetAppRemoveClusterVolumeNFSExportConfig() |
|
NetAppRemoveClusterVolumeNFSExportConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getVolName() |
void |
setCuicServer(CuicServer api) |
void |
setVolName(java.lang.String volName)
Select the Volume that need to be destroyed.
|
protected NetAppRemoveClusterVolumeNFSExportConfig()
public NetAppRemoveClusterVolumeNFSExportConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVolName()
public void setVolName(java.lang.String volName)
public void execute() throws java.lang.Exception
java.lang.Exception