public class NetAppModifyClusterNFSServiceConfig
extends java.lang.Object
Modifies NFS service attributes
This task will modify nfs service attributes like isNfsAccessEnabled,tec
Modifier | Constructor and Description |
---|---|
protected |
NetAppModifyClusterNFSServiceConfig() |
|
NetAppModifyClusterNFSServiceConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppModifyClusterNFSServiceConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getNfsService() |
boolean |
isNfsAccessEnabled() |
boolean |
isVstorageEnabled() |
void |
setCuicServer(CuicServer api) |
void |
setNfsAccessEnabled(boolean nfsAccessEnabled)
Select if you want to enable the NFS access
|
void |
setNfsService(java.lang.String nfsService)
Select NFS Service to be modified Accepts value from list type
netappClusterVServerIdentity
|
void |
setVstorageEnabled(boolean vstorageEnabled)
Select if you want to enable the Vstorage
|
protected NetAppModifyClusterNFSServiceConfig()
public NetAppModifyClusterNFSServiceConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getNfsService()
public boolean isNfsAccessEnabled()
public boolean isVstorageEnabled()
public void setNfsService(java.lang.String nfsService)
public void setNfsAccessEnabled(boolean nfsAccessEnabled)
public void setVstorageEnabled(boolean vstorageEnabled)
public NetAppModifyClusterNFSServiceConfigResponse execute() throws java.lang.Exception
java.lang.Exception