public class UcsServerDisassociate
extends java.lang.Object
This task allows user to Disassociate UCS Server
This task allows user to disassociate UCS Server from the Server Pool.
Modifier | Constructor and Description |
---|---|
protected |
UcsServerDisassociate() |
|
UcsServerDisassociate(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
UcsServerDisassociateResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getServerIdentity() |
void |
setAccountName(java.lang.String accountName) |
void |
setCuicServer(CuicServer api) |
void |
setServerIdentity(java.lang.String serverIdentity)
Select UCSM server to Disassociate
Accepts value from list type ucsServerIdentity
|
protected UcsServerDisassociate()
public UcsServerDisassociate(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getServerIdentity()
public java.lang.String getAccountName()
public void setServerIdentity(java.lang.String serverIdentity)
public void setAccountName(java.lang.String accountName)
public UcsServerDisassociateResponse execute() throws java.lang.Exception
java.lang.Exception