public class NetAppDeleteClusterIfGroupConfig
extends java.lang.Object
Deletes a Interface group on the node under cluster context.
This task will destroys a port interface group. Before deleting a port interface group, remove all ports from it.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteClusterIfGroupConfig() |
|
NetAppDeleteClusterIfGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getIfGroupName() |
void |
setCuicServer(CuicServer api) |
void |
setIfGroupName(java.lang.String ifGroupName)
Select interface group name which needs to be deleted.
|
protected NetAppDeleteClusterIfGroupConfig()
public NetAppDeleteClusterIfGroupConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getIfGroupName()
public void setIfGroupName(java.lang.String ifGroupName)
public void execute() throws java.lang.Exception
java.lang.Exception