public class NetAppRemoveVServerGroupConfig
extends java.lang.Object
Unassign a Vserver from a Group local to the CUIC appliance
This task unassigns the Vserver from the selected group. Users within the selected group can no longer access the Vserver.
Modifier | Constructor and Description |
---|---|
protected |
NetAppRemoveVServerGroupConfig() |
|
NetAppRemoveVServerGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getLabel() |
java.lang.String |
getVserverName() |
void |
setCuicServer(CuicServer api) |
void |
setLabel(java.lang.String label)
Enter comments
|
void |
setVserverName(java.lang.String vserverName)
Select the Vserver that needs to be unassigned from a CUIC Group.
|
protected NetAppRemoveVServerGroupConfig()
public NetAppRemoveVServerGroupConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVserverName()
public java.lang.String getLabel()
public void setVserverName(java.lang.String vserverName)
public void setLabel(java.lang.String label)
public void execute() throws java.lang.Exception
java.lang.Exception