public class NetAppRemoveClusterPortFromIfGroupConfig
extends java.lang.Object
Remove an existing port from interface group on the node under cluster context.
This task will removes a network port from port interface group. The port interface group must already exist.
Modifier | Constructor and Description |
---|---|
protected |
NetAppRemoveClusterPortFromIfGroupConfig() |
|
NetAppRemoveClusterPortFromIfGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getIfGroupName() |
java.lang.String |
getPortName() |
void |
setCuicServer(CuicServer api) |
void |
setIfGroupName(java.lang.String ifGroupName)
Select interface group name in which port needs to be removed.
|
void |
setPortName(java.lang.String portName)
Select the port name to be removed to interface group.
|
protected NetAppRemoveClusterPortFromIfGroupConfig()
public NetAppRemoveClusterPortFromIfGroupConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getIfGroupName()
public java.lang.String getPortName()
public void setIfGroupName(java.lang.String ifGroupName)
public void setPortName(java.lang.String portName)
public void execute() throws java.lang.Exception
java.lang.Exception