public class UcsServiceProfileRename
extends java.lang.Object
Renames Service Profile.
This task allows user to rename the existing Server Profile.
Modifier | Constructor and Description |
---|---|
protected |
UcsServiceProfileRename() |
|
UcsServiceProfileRename(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
UcsServiceProfileRenameResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getNewServiceProfileName() |
java.lang.String |
getServiceProfileIdentity() |
java.lang.String |
getServiceRequests() |
java.lang.String |
getWorkflows() |
boolean |
isAffectedSRs() |
boolean |
isAffectedWorkflows() |
void |
setAffectedSRs(boolean affectedSRs)
Check if you want to rename Service Profile in Affected Service Requests
|
void |
setAffectedWorkflows(boolean affectedWorkflows)
Check if you want to rename Service Profile in Affected Workflows
|
void |
setCuicServer(CuicServer api) |
void |
setNewServiceProfileName(java.lang.String newServiceProfileName)
Enter new Service Profile Name.
|
void |
setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
Select service profile to associate with server or server pool.
|
void |
setServiceRequests(java.lang.String serviceRequests)
Select Service Requests that you need to replace new Asset Identity
Set this value only when affectedSRs not equals to false
|
void |
setWorkflows(java.lang.String workflows)
Select Workflows that you need to replace new SP Identity
Set this value only when affectedWorkflows not equals to false
|
protected UcsServiceProfileRename()
public UcsServiceProfileRename(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getServiceProfileIdentity()
public java.lang.String getNewServiceProfileName()
public boolean isAffectedWorkflows()
public java.lang.String getWorkflows()
public boolean isAffectedSRs()
public java.lang.String getServiceRequests()
public void setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
public void setNewServiceProfileName(java.lang.String newServiceProfileName)
public void setAffectedWorkflows(boolean affectedWorkflows)
public void setWorkflows(java.lang.String workflows)
public void setAffectedSRs(boolean affectedSRs)
public void setServiceRequests(java.lang.String serviceRequests)
public UcsServiceProfileRenameResponse execute() throws java.lang.Exception
java.lang.Exception