public class UcsSPDisassociate
extends java.lang.Object
This task allows user to Disassociate UCS Service Profile from the Server
User can select a Service Profile and disassociate it from the Server. This will turn the server off.
Modifier | Constructor and Description |
---|---|
protected |
UcsSPDisassociate() |
|
UcsSPDisassociate(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getServiceProfile() |
java.lang.String |
getServiceProfileIdentity() |
void |
setAccountName(java.lang.String accountName) |
void |
setCuicServer(CuicServer api) |
void |
setServiceProfile(java.lang.String serviceProfile) |
void |
setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
Select UCSM service profile to Disassociate
Accepts value from list type ucsServiceProfileIdentity
|
protected UcsSPDisassociate()
public UcsSPDisassociate(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getServiceProfileIdentity()
public java.lang.String getAccountName()
public java.lang.String getServiceProfile()
public void setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
public void setAccountName(java.lang.String accountName)
public void setServiceProfile(java.lang.String serviceProfile)
public void execute() throws java.lang.Exception
java.lang.Exception