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