public class UcsSelectSP
extends java.lang.Object
This task allows user to select a Service Profile
User can select an existing Service Profile to perform actions on it.
Output for this task is the Service Profile Dn followed by PXE Boot Policy, Blade Boot Policy, list of vHBAs and vSANS for the Service Profile.
Modifier | Constructor and Description |
---|---|
protected |
UcsSelectSP() |
|
UcsSelectSP(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
UcsSelectSPResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getServiceProfileIdentity() |
void |
setCuicServer(CuicServer api) |
void |
setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
Select UCSM service profile
Accepts value from list type ucsServiceProfileIdentity
|
protected UcsSelectSP()
public UcsSelectSP(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getServiceProfileIdentity()
public void setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
public UcsSelectSPResponse execute() throws java.lang.Exception
java.lang.Exception