public class NetAppAssignVFilerToUserGroupConfig
extends java.lang.Object
Assign a vFiler to a Group local to the CUIC appliance.
A group is a logical grouping of resources. A vFiler can be assigned to a Group. All users within this Group have access to the assigned vFiler.
Modifier | Constructor and Description |
---|---|
protected |
NetAppAssignVFilerToUserGroupConfig() |
|
NetAppAssignVFilerToUserGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getGroupId() |
java.lang.String |
getLabel() |
java.lang.String |
getVfilerGroupAction() |
java.lang.String |
getVfilerName() |
boolean |
isAssignToUsers() |
void |
setAssignToUsers(boolean assignToUsers) |
void |
setCuicServer(CuicServer api) |
void |
setGroupId(java.lang.String groupId)
Select a CUIC group to assign to.
|
void |
setLabel(java.lang.String label)
Enter comments
|
void |
setVfilerGroupAction(java.lang.String vfilerGroupAction)
Volume Action
|
void |
setVfilerName(java.lang.String vfilerName)
Select the vfiler that needs to be assigned to a CUIC Group.
|
protected NetAppAssignVFilerToUserGroupConfig()
public NetAppAssignVFilerToUserGroupConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVfilerName()
public java.lang.String getGroupId()
public java.lang.String getVfilerGroupAction()
public java.lang.String getLabel()
public void setVfilerName(java.lang.String vfilerName)
public void setGroupId(java.lang.String groupId)
public void setVfilerGroupAction(java.lang.String vfilerGroupAction)
public void setLabel(java.lang.String label)
public boolean isAssignToUsers()
public void setAssignToUsers(boolean assignToUsers)
assignToUsers
- the assignToUsers to setpublic void execute() throws java.lang.Exception
java.lang.Exception