public class NetAppCreateClusterVServerConfig
extends java.lang.Object
Creates a new Cluster Vserver.
This task will create a new Vserver on one of the node in a cluster account.
Modifier | Constructor and Description |
---|---|
protected |
NetAppCreateClusterVServerConfig() |
|
NetAppCreateClusterVServerConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppCreateClusterVServerConfigResponse |
execute() |
java.lang.String |
getAggregate() |
java.lang.String |
getAllowedProtocols() |
CuicServer |
getCuicServer() |
java.lang.String |
getFilerName() |
java.lang.String |
getNsSwitch() |
java.lang.String |
getRootVolName() |
java.lang.String |
getSecurityStyle() |
java.lang.String |
getSnapshotPolicy() |
java.lang.String |
getvServer() |
boolean |
isNfsService() |
void |
setAggregate(java.lang.String aggregate)
Select an aggregate in which Volume needs to be created.
|
void |
setAllowedProtocols(java.lang.String allowedProtocols)
Select protocols Accepts value from list type vserverProtocol
|
void |
setCuicServer(CuicServer api) |
void |
setFilerName(java.lang.String filerName)
Select Node name in which Vserver to be created.
|
void |
setNfsService(boolean nfsService)
Do you want to start NFS service on Vserver?
|
void |
setNsSwitch(java.lang.String nsSwitch)
Select Name Service Switch
|
void |
setRootVolName(java.lang.String rootVolName)
Enter the Name of the Volume to be created.
|
void |
setSecurityStyle(java.lang.String securityStyle)
Select security style.
|
void |
setSnapshotPolicy(java.lang.String snapshotPolicy)
Select snapshot policy.
|
void |
setvServer(java.lang.String vServer)
Enter name of the Vserver.
|
protected NetAppCreateClusterVServerConfig()
public NetAppCreateClusterVServerConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getFilerName()
public java.lang.String getAggregate()
public java.lang.String getvServer()
public java.lang.String getRootVolName()
public java.lang.String getNsSwitch()
public java.lang.String getSecurityStyle()
public java.lang.String getSnapshotPolicy()
public java.lang.String getAllowedProtocols()
public boolean isNfsService()
public void setFilerName(java.lang.String filerName)
public void setAggregate(java.lang.String aggregate)
public void setvServer(java.lang.String vServer)
public void setRootVolName(java.lang.String rootVolName)
public void setNsSwitch(java.lang.String nsSwitch)
public void setSecurityStyle(java.lang.String securityStyle)
public void setSnapshotPolicy(java.lang.String snapshotPolicy)
public void setAllowedProtocols(java.lang.String allowedProtocols)
public void setNfsService(boolean nfsService)
public NetAppCreateClusterVServerConfigResponse execute() throws java.lang.Exception
java.lang.Exception