public class UcsServiceProfiletoGroupConfig
extends java.lang.Object
Constructor and Description |
---|
UcsServiceProfiletoGroupConfig() |
UcsServiceProfiletoGroupConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
UcsServiceProfiletoGroupConfigResponse |
execute() |
int |
getGroupId() |
java.lang.String |
getLabel() |
java.lang.String |
getServerGroupAction() |
java.lang.String |
getServiceProfileIdentity() |
boolean |
isAssignToUsers() |
void |
setAssignToUsers(boolean assignToUsers) |
void |
setGroupId(int groupId) |
void |
setLabel(java.lang.String label) |
void |
setServerGroupAction(java.lang.String serverGroupAction) |
void |
setServiceProfileIdentity(java.lang.String serviceProfileIdentity) |
public UcsServiceProfiletoGroupConfig()
public UcsServiceProfiletoGroupConfig(CuicServer api)
public java.lang.String getServiceProfileIdentity()
public void setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
public boolean isAssignToUsers()
public void setAssignToUsers(boolean assignToUsers)
public int getGroupId()
public void setGroupId(int groupId)
public java.lang.String getServerGroupAction()
public void setServerGroupAction(java.lang.String serverGroupAction)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public UcsServiceProfiletoGroupConfigResponse execute() throws java.lang.Exception
java.lang.Exception