public class NetAppRemoveVolumeCIFSShareConfig
extends java.lang.Object
Removes the sharing of volume resource.
This task will removes the configured CIFS volume share for the selected volume.This task will work only for ONTAP accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppRemoveVolumeCIFSShareConfig() |
|
NetAppRemoveVolumeCIFSShareConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getShareName() |
java.lang.String |
getVfilerName() |
void |
setCuicServer(CuicServer api) |
void |
setShareName(java.lang.String shareName)
Select Share Path Accepts value from list type
NetAppRemoveVolumeCIFSSharesList
|
void |
setVfilerName(java.lang.String vfilerName)
Select Filer Name or vFiler Name Accepts value from list type
vFilerCIFSVolumeIdentity
|
protected NetAppRemoveVolumeCIFSShareConfig()
public NetAppRemoveVolumeCIFSShareConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVfilerName()
public java.lang.String getShareName()
public void setVfilerName(java.lang.String vfilerName)
public void setShareName(java.lang.String shareName)
public void execute() throws java.lang.Exception
java.lang.Exception