public class NetAppCreateClusterIfGroupConfig
extends java.lang.Object
Creates a new Interface group on the node under cluster context.
This task will creates a new port interface group for the selected node under the cluster context.
Modifier | Constructor and Description |
---|---|
protected |
NetAppCreateClusterIfGroupConfig() |
|
NetAppCreateClusterIfGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppCreateClusterIfGroupConfigResponse |
execute() |
java.lang.String |
getCreatePolicy() |
CuicServer |
getCuicServer() |
java.lang.String |
getDistFunction() |
java.lang.String |
getIfGroupName() |
java.lang.String |
getNodeName() |
void |
setCreatePolicy(java.lang.String createPolicy)
The create policy for the interface group that will be created.
|
void |
setCuicServer(CuicServer api) |
void |
setDistFunction(java.lang.String distFunction)
The distribution function of the port interface group that will be
created.
|
void |
setIfGroupName(java.lang.String ifGroupName)
Enter name of the interface group.
|
void |
setNodeName(java.lang.String nodeName)
Select Node name in which interface group needs to be created.
|
protected NetAppCreateClusterIfGroupConfig()
public NetAppCreateClusterIfGroupConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getNodeName()
public java.lang.String getIfGroupName()
public java.lang.String getDistFunction()
public java.lang.String getCreatePolicy()
public void setNodeName(java.lang.String nodeName)
public void setIfGroupName(java.lang.String ifGroupName)
public void setDistFunction(java.lang.String distFunction)
public void setCreatePolicy(java.lang.String createPolicy)
public NetAppCreateClusterIfGroupConfigResponse execute() throws java.lang.Exception
java.lang.Exception