public class NetAppCreateClusterNFSServiceConfig
extends java.lang.Object
Creates NFS service for Vserver
This task will create nfs service for a selected Vserver
Modifier | Constructor and Description |
---|---|
protected |
NetAppCreateClusterNFSServiceConfig() |
|
NetAppCreateClusterNFSServiceConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppCreateClusterNFSServiceConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getvServer() |
boolean |
isNfsAccessEnabled() |
boolean |
isVstorageEnabled() |
void |
setCuicServer(CuicServer api) |
void |
setNfsAccessEnabled(boolean nfsAccessEnabled)
Select if you want to enable the NFS access
|
void |
setvServer(java.lang.String vServer)
Select Vserver Name to which NFS service to be created Accepts value from
list type netappClusterVServerIdentity
|
void |
setVstorageEnabled(boolean vstorageEnabled)
Select if you want to enable the Vstorage
|
protected NetAppCreateClusterNFSServiceConfig()
public NetAppCreateClusterNFSServiceConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getvServer()
public boolean isNfsAccessEnabled()
public boolean isVstorageEnabled()
public void setvServer(java.lang.String vServer)
public void setNfsAccessEnabled(boolean nfsAccessEnabled)
public void setVstorageEnabled(boolean vstorageEnabled)
public NetAppCreateClusterNFSServiceConfigResponse execute() throws java.lang.Exception
java.lang.Exception