public class UcsServerPowerOn
extends java.lang.Object
This task allows user to Power On UCS Server
This task lets user Power On UCS Server. This task can be used only when there is a Service Profile associated with the Server since this task uses Service Profile to turn the power on for the Server.
Output for this task is the Service Profile Dn for the Server.
Modifier | Constructor and Description |
---|---|
protected |
UcsServerPowerOn() |
|
UcsServerPowerOn(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
UcsServerPowerOnResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getServerIdentity() |
java.lang.String |
getUcsBlade() |
void |
setAccountName(java.lang.String accountName) |
void |
setCuicServer(CuicServer api) |
void |
setServerIdentity(java.lang.String serverIdentity)
Select UCSM server to Power ON
Accepts value from list type ucsServerIdentity
|
void |
setUcsBlade(java.lang.String ucsBlade) |
protected UcsServerPowerOn()
public UcsServerPowerOn(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getServerIdentity()
public java.lang.String getAccountName()
public java.lang.String getUcsBlade()
public void setServerIdentity(java.lang.String serverIdentity)
public void setAccountName(java.lang.String accountName)
public void setUcsBlade(java.lang.String ucsBlade)
public UcsServerPowerOnResponse execute() throws java.lang.Exception
java.lang.Exception