public class NetAppAddClusterVolumeNFSExportConfig
extends java.lang.Object
Creates a NFS Export rule for the volume under the Vserver context.
This task will creates a new NFS export rule for the volume under the volume in Vserver context. The read/write hosts or read only hosts can access this volume in the NAS network.
Modifier | Constructor and Description |
---|---|
protected |
NetAppAddClusterVolumeNFSExportConfig() |
|
NetAppAddClusterVolumeNFSExportConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppAddClusterVolumeNFSExportConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getJunctionPath() |
java.lang.String |
getRoHosts() |
java.lang.String |
getRwHosts() |
java.lang.String |
getSecurity() |
java.lang.String |
getVolume() |
void |
setCuicServer(CuicServer api) |
void |
setJunctionPath(java.lang.String junctionPath)
The Junction Path for Cluster Volume
|
void |
setRoHosts(java.lang.String roHosts)
Enter comma-separated list of hosts that should have read only access.
|
void |
setRwHosts(java.lang.String rwHosts)
Enter comma-separated list of hosts that should have read-write access.
|
void |
setSecurity(java.lang.String security)
Select the security flavors that apply for this export.
|
void |
setVolume(java.lang.String volume)
Select the Volume that need to be destroyed.
|
protected NetAppAddClusterVolumeNFSExportConfig()
public NetAppAddClusterVolumeNFSExportConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVolume()
public java.lang.String getJunctionPath()
public java.lang.String getRwHosts()
public java.lang.String getRoHosts()
public java.lang.String getSecurity()
public void setVolume(java.lang.String volume)
public void setJunctionPath(java.lang.String junctionPath)
public void setRwHosts(java.lang.String rwHosts)
public void setRoHosts(java.lang.String roHosts)
public void setSecurity(java.lang.String security)
public NetAppAddClusterVolumeNFSExportConfigResponse execute() throws java.lang.Exception
java.lang.Exception