public class UcsSPAssociate
extends java.lang.Object
Associates Service Profile with the selected Server.
This task allows user to select a Service Profile and associate it with the selected Server.
Output for this task is the MAC Address assigned to the Server by Service Profile.
Modifier | Constructor and Description |
---|---|
protected |
UcsSPAssociate() |
|
UcsSPAssociate(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
UcsSPAssociateResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getServerIdentity() |
java.lang.String |
getServerPoolIdentity() |
java.lang.String |
getServerScope() |
java.lang.String |
getServiceProfile() |
java.lang.String |
getServiceProfileIdentity() |
java.lang.String |
getUcsBlade() |
void |
setAccountName(java.lang.String accountName) |
void |
setCuicServer(CuicServer api) |
void |
setServerIdentity(java.lang.String serverIdentity)
Select a server to associate with service profile.
|
void |
setServerPoolIdentity(java.lang.String serverPoolIdentity)
Select server pool to associate with service profile
Set this value only when serverScope equals to Include Server PoolsAccepts value from list type ucsServerPoolIdentity
|
void |
setServerScope(java.lang.String serverScope)
Select scope for server selection.
|
void |
setServiceProfile(java.lang.String serviceProfile) |
void |
setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
Select service profile to associate with server or server pool.
|
void |
setUcsBlade(java.lang.String ucsBlade) |
protected UcsSPAssociate()
public UcsSPAssociate(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getAccountName()
public java.lang.String getServiceProfile()
public java.lang.String getServiceProfileIdentity()
public java.lang.String getServerScope()
public java.lang.String getServerIdentity()
public java.lang.String getServerPoolIdentity()
public java.lang.String getUcsBlade()
public void setAccountName(java.lang.String accountName)
public void setServiceProfile(java.lang.String serviceProfile)
public void setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
public void setServerScope(java.lang.String serverScope)
public void setServerIdentity(java.lang.String serverIdentity)
public void setServerPoolIdentity(java.lang.String serverPoolIdentity)
public void setUcsBlade(java.lang.String ucsBlade)
public UcsSPAssociateResponse execute() throws java.lang.Exception
java.lang.Exception