public class UcsModifySPBootPolicy
extends java.lang.Object
This task allows user to Modify Boot Policy of given Service Profile
User can specify the new Boot Policy for the selected Service Profile and modify Service Profile with it. This allows user to modify Boot Order for the Service Profile.
Modifier | Constructor and Description |
---|---|
protected |
UcsModifySPBootPolicy() |
|
UcsModifySPBootPolicy(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getAccountName() |
java.lang.String |
getBootPolicy() |
CuicServer |
getCuicServer() |
java.lang.String |
getServiceProfileIdentity() |
void |
setAccountName(java.lang.String accountName) |
void |
setBootPolicy(java.lang.String bootPolicy)
Select new Boot Policy to apply
Accepts value from list type ucsBootPolicyIdentity
|
void |
setCuicServer(CuicServer api) |
void |
setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
Select UCSM service profile to modify
Accepts value from list type ucsServiceProfileIdentity
|
protected UcsModifySPBootPolicy()
public UcsModifySPBootPolicy(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getServiceProfileIdentity()
public java.lang.String getAccountName()
public java.lang.String getBootPolicy()
public void setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
public void setAccountName(java.lang.String accountName)
public void setBootPolicy(java.lang.String bootPolicy)
public void execute() throws java.lang.Exception
java.lang.Exception