public class NetAppDestroyClusterNFSServiceConfig
extends java.lang.Object
Destroys NFS service for Vserver
This task will destroy nfs service for a selected Vserver
Modifier | Constructor and Description |
---|---|
protected |
NetAppDestroyClusterNFSServiceConfig() |
|
NetAppDestroyClusterNFSServiceConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppDestroyClusterNFSServiceConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getNfsService() |
void |
setCuicServer(CuicServer api) |
void |
setNfsService(java.lang.String nfsService)
Select NFS Service to be destroyed Accepts value from list type
netappClusterVServerIdentity
|
protected NetAppDestroyClusterNFSServiceConfig()
public NetAppDestroyClusterNFSServiceConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getNfsService()
public void setNfsService(java.lang.String nfsService)
public NetAppDestroyClusterNFSServiceConfigResponse execute() throws java.lang.Exception
java.lang.Exception