public class UcsDeleteBootPolicy
extends java.lang.Object
This task allows user to Delete UCS Boot Policy
User can delete a Boot Policy using this task.
Output for this task is the identity of Boot Policy which is deleted.
Modifier | Constructor and Description |
---|---|
protected |
UcsDeleteBootPolicy() |
|
UcsDeleteBootPolicy(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
UcsDeleteBootPolicyResponse |
execute() |
java.lang.String |
getBootPolicyIdentity() |
CuicServer |
getCuicServer() |
void |
setBootPolicyIdentity(java.lang.String bootPolicyIdentity)
Select UCSM boot policy to Delete Accepts value from list type
ucsBootPolicyIdentity
|
void |
setCuicServer(CuicServer api) |
protected UcsDeleteBootPolicy()
public UcsDeleteBootPolicy(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getBootPolicyIdentity()
public void setBootPolicyIdentity(java.lang.String bootPolicyIdentity)
public UcsDeleteBootPolicyResponse execute() throws java.lang.Exception
java.lang.Exception