public class NetAppDeleteCIFSShareConfig
extends java.lang.Object
Deletes the specified CIFS share.
This task will delete the specified CIFS share.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteCIFSShareConfig() |
|
NetAppDeleteCIFSShareConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppDeleteCIFSShareConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getShareName() |
java.lang.String |
getVolume() |
void |
setCuicServer(CuicServer api) |
void |
setShareName(java.lang.String shareName)
Select a CIFS share Accepts value from list type clusterCifsShareName
|
void |
setVolume(java.lang.String volume)
Select the Volume in which CIFS share to be deleted Accepts value from
list type vServerCIFSVolumeIdentity
|
protected NetAppDeleteCIFSShareConfig()
public NetAppDeleteCIFSShareConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVolume()
public java.lang.String getShareName()
public void setVolume(java.lang.String volume)
public void setShareName(java.lang.String shareName)
public NetAppDeleteCIFSShareConfigResponse execute() throws java.lang.Exception
java.lang.Exception