public class UcsModifySPBootOrderToBootFromIscsi
extends java.lang.Object
User can modify service profile to boot from ISCSI
This task can be used by user to select one existing Service Profile for Modification.
Modifier | Constructor and Description |
---|---|
protected |
UcsModifySPBootOrderToBootFromIscsi() |
|
UcsModifySPBootOrderToBootFromIscsi(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getOrderList() |
java.lang.String |
getServiceProfileIdentity() |
void |
setCuicServer(CuicServer api) |
void |
setOrderList(java.lang.String orderList) |
void |
setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
Select UCSM service profile to modify
Accepts value from list type ucsServiceProfileIdentity
|
protected UcsModifySPBootOrderToBootFromIscsi()
public UcsModifySPBootOrderToBootFromIscsi(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getServiceProfileIdentity()
public java.lang.String getOrderList()
public void setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
public void setOrderList(java.lang.String orderList)
public void execute() throws java.lang.Exception
java.lang.Exception