public class UcsModifyBootPolicyLunId
extends java.lang.Object
Modifies SAN Target LUN ID for the selected Boot Policy
This task allows user to modify LUN Id for the SAN Target of the selected Boot Policy.
Modifier | Constructor and Description |
---|---|
protected |
UcsModifyBootPolicyLunId() |
|
UcsModifyBootPolicyLunId(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getBladeBootPolicy() |
CuicServer |
getCuicServer() |
java.lang.String |
getLunId() |
java.lang.String |
getPxeBootPolicy() |
java.lang.String |
getServiceProfileIdentity() |
boolean |
isHideSPIdentity() |
void |
setBladeBootPolicy(java.lang.String bladeBootPolicy)
Server Boot Policy to be modified
Accepts value from list type ucsBootPolicyIdentity
|
void |
setCuicServer(CuicServer api) |
void |
setHideSPIdentity(boolean hideSPIdentity) |
void |
setLunId(java.lang.String lunId)
NetApp Lun ID
|
void |
setPxeBootPolicy(java.lang.String pxeBootPolicy)
PXE Boot Policy to be modified
Accepts value from list type ucsBootPolicyIdentity
|
void |
setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
Select UCSM service profile to modify boot policy
Set this value only when hideSPIdentity not equals to trueAccepts value from list type ucsServiceProfileIdentity
|
protected UcsModifyBootPolicyLunId()
public UcsModifyBootPolicyLunId(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public boolean isHideSPIdentity()
public java.lang.String getServiceProfileIdentity()
public java.lang.String getPxeBootPolicy()
public java.lang.String getBladeBootPolicy()
public java.lang.String getLunId()
public void setHideSPIdentity(boolean hideSPIdentity)
public void setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
public void setPxeBootPolicy(java.lang.String pxeBootPolicy)
public void setBladeBootPolicy(java.lang.String bladeBootPolicy)
public void setLunId(java.lang.String lunId)
public void execute() throws java.lang.Exception
java.lang.Exception