public class UCSModifyBootPolicyConfig
extends java.lang.Object
Constructor and Description |
---|
UCSModifyBootPolicyConfig() |
UCSModifyBootPolicyConfig(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) |
void |
setCuicServer(CuicServer api) |
void |
setHideSPIdentity(boolean hideSPIdentity) |
void |
setLunId(java.lang.String lunId) |
void |
setPxeBootPolicy(java.lang.String pxeBootPolicy) |
void |
setServiceProfileIdentity(java.lang.String serviceProfileIdentity) |
public UCSModifyBootPolicyConfig()
public UCSModifyBootPolicyConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public boolean isHideSPIdentity()
public void setHideSPIdentity(boolean hideSPIdentity)
hideSPIdentity
- the hideSPIdentity to setpublic java.lang.String getServiceProfileIdentity()
public void setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
serviceProfileIdentity
- the serviceProfileIdentity to setpublic java.lang.String getPxeBootPolicy()
public void setPxeBootPolicy(java.lang.String pxeBootPolicy)
pxeBootPolicy
- the pxeBootPolicy to setpublic java.lang.String getBladeBootPolicy()
public void setBladeBootPolicy(java.lang.String bladeBootPolicy)
bladeBootPolicy
- the bladeBootPolicy to setpublic java.lang.String getLunId()
public void setLunId(java.lang.String lunId)
lunId
- the lunId to setpublic void execute() throws java.lang.Exception
java.lang.Exception