public class UcsCentralAssociateServiceProfileConfig
extends java.lang.Object
Associates Global Service Profile to Server.
This task is used to Associate Service Profile to Server.
Modifier | Constructor and Description |
---|---|
protected |
UcsCentralAssociateServiceProfileConfig() |
|
UcsCentralAssociateServiceProfileConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
UcsCentralAssociateServiceProfileConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getServer() |
java.lang.String |
getServerPoolIdentity() |
java.lang.String |
getServerScope() |
java.lang.String |
getSpName() |
boolean |
isRestrictMigr() |
boolean |
isVersionFlag() |
void |
setCuicServer(CuicServer api) |
void |
setRestrictMigr(boolean restrictMigr)
Restrict Migration of Server
|
void |
setServer(java.lang.String server)
Select server to associate with service profile.
|
void |
setServerPoolIdentity(java.lang.String serverPoolIdentity)
Select server pool to associate with service profile.
|
void |
setServerScope(java.lang.String serverScope) |
void |
setSpName(java.lang.String spName)
Service Profile Name
Accepts value from list type UCS_CENTRAL_SERVICE_PROFILE_IDENTITY
|
void |
setVersionFlag(boolean versionFlag) |
protected UcsCentralAssociateServiceProfileConfig()
public UcsCentralAssociateServiceProfileConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public boolean isVersionFlag()
public java.lang.String getSpName()
public java.lang.String getServerScope()
public java.lang.String getServer()
public java.lang.String getServerPoolIdentity()
public boolean isRestrictMigr()
public void setVersionFlag(boolean versionFlag)
public void setSpName(java.lang.String spName)
public void setServerScope(java.lang.String serverScope)
public void setServer(java.lang.String server)
public void setServerPoolIdentity(java.lang.String serverPoolIdentity)
public void setRestrictMigr(boolean restrictMigr)
public UcsCentralAssociateServiceProfileConfigResponse execute() throws java.lang.Exception
java.lang.Exception