|
Oracle VM Manager Web Services API Reference Release 2.1.5 E14979-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServerPoolService
Server Pool Service web service interface
| Method Summary | |
|---|---|
VirtualServer[] |
addMembers(ServerPool serverPool, VirtualServerConfig[] serverConfigs) |
void |
checkHAAbility4ServerPoolById(java.lang.Long poolId) |
void |
checkServerConnection(VirtualServer vs) |
void |
checkVirtualServerCompatibility(MasterVirtualServer masterVS, VirtualServer vs) |
ServerPool |
createServerPool(ServerPoolConfig serverPoolConfig, java.lang.Long[] userIDList) |
void |
deleteServerPool(ServerPool serverPool, boolean isDelWorkingDir, boolean force, java.util.List warningMessageList) |
java.lang.String |
getAgentVersion(java.lang.Long serverId) |
VirtualServer[] |
getAllMembers(ServerPool serverPool) |
ServerPool[] |
getAllServerPools() |
java.util.Map |
getClusterRootByServerPoolId(java.lang.Long serverPoolId) |
MasterVirtualServerStatus |
getMasterAgentStatus(ServerPool serverPool) |
MasterVirtualServer |
getMasterServer(ServerPool serverPool) |
java.util.Map |
getMinimumAgentVersion(java.lang.Long[] serverPoolIDs) |
java.lang.String |
getMinSupportedOVSAgentVersion() |
java.util.Map |
getNetworkBridges(ServerPool serverPool) |
java.util.Map |
getNetworkBridgesByServerIP(VirtualServer virtualServer) |
VirtualServer |
getServer(VirtualServer vs) |
VirtualServer |
getServerByName(ServerPool serverPool, VirtualServer vs) |
ServerPool |
getServerPool(ServerPool serverPool) |
ServerPool |
getServerPoolById(java.lang.Long poolId) |
ServerPool |
getServerPoolByName(java.lang.String poolName) |
ServerPoolMetrics |
getServerPoolMetricsByServerPoolId(java.lang.Long serverPoolId) |
ServerPool[] |
getServerPools(ServerPool serverPool, java.lang.Long loginUserId) |
java.util.Map |
getStorageRepositoriesByServerPoolId(java.lang.Long serverPoolId) |
VirtualServer |
getVirtualServerById(java.lang.Long vsID) |
VirtualServer |
getVirtualServerByName(java.lang.String serverPoolName, java.lang.String virtualServerName) |
VirtualServer[] |
getVirtualServerByServerPool(java.lang.Long serverPoolID) |
VirtualServerMetrics[] |
getVirtualServerMetrics(java.lang.Long[] virtualServerIDList) |
VirtualServer[] |
getVirtualServers(ServerPool pool, VirtualServer vs, java.lang.Long loginUserId) |
void |
rebootServer(VirtualServer server) |
void |
refreshServerPool(ServerPool pool) |
void |
removeMember(VirtualServer server, boolean force, java.util.List warningMessageList) |
void |
restoreVirtualServerPoolByManagerData(java.lang.Long serverPoolId) |
void |
shutdownServer(VirtualServer server) |
void |
updateServerPool(java.lang.Long poolId, boolean HAStatus, java.lang.String newPoolName) |
void |
updateUserList4ServerPool(java.lang.Long serverPoolId, java.lang.Long[] userIDList) |
void |
updateUtilityServerPassword(java.lang.String hostName, java.lang.String oldPassword, java.lang.String newPassword) |
void |
updateVirtualServer(VirtualServerConfig serverConfig) |
void |
updateVirtualServerAgentPassword(java.lang.String hostName, java.lang.String oldPassword, java.lang.String newPassword) |
void |
updateVirtualServerById(VirtualServer vs, boolean force, java.util.List warningMessageList) |
void |
validateAddMembers(ServerPool serverPool, VirtualServerConfig[] serverConfigs) |
void |
validateCreateServerPool(ServerPoolConfig poolConfig) |
void |
validateDeleteServerPool(ServerPool serverPool) |
void |
validateRebootServer(VirtualServer vs) |
void |
validateRemoveMember(VirtualServer vs, boolean force, java.util.List warningMessageList) |
void |
validateShutdownServer(VirtualServer vs) |
void |
validateUpdateUtilityServerPassword(java.lang.String hostName, java.lang.String oldPassword) |
void |
validateUpdateVSAgentPassword(java.lang.String hostName, java.lang.String oldPassword) |
| Method Detail |
|---|
void shutdownServer(VirtualServer server)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
ServerPool getServerPoolById(java.lang.Long poolId)
throws java.rmi.RemoteException
java.rmi.RemoteException
void updateUserList4ServerPool(java.lang.Long serverPoolId,
java.lang.Long[] userIDList)
throws java.rmi.RemoteException
java.rmi.RemoteException
void validateRebootServer(VirtualServer vs)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
void updateVirtualServerById(VirtualServer vs,
boolean force,
java.util.List warningMessageList)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
ServerPool getServerPool(ServerPool serverPool)
throws java.rmi.RemoteException
java.rmi.RemoteException
VirtualServer[] addMembers(ServerPool serverPool,
VirtualServerConfig[] serverConfigs)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
VirtualServer[] getVirtualServers(ServerPool pool,
VirtualServer vs,
java.lang.Long loginUserId)
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Map getNetworkBridgesByServerIP(VirtualServer virtualServer)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
void updateServerPool(java.lang.Long poolId,
boolean HAStatus,
java.lang.String newPoolName)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
void updateUtilityServerPassword(java.lang.String hostName,
java.lang.String oldPassword,
java.lang.String newPassword)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
VirtualServer[] getAllMembers(ServerPool serverPool)
throws java.rmi.RemoteException
java.rmi.RemoteException
ServerPoolMetrics getServerPoolMetricsByServerPoolId(java.lang.Long serverPoolId)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
java.lang.String getAgentVersion(java.lang.Long serverId)
throws java.rmi.RemoteException
java.rmi.RemoteException
ServerPool[] getAllServerPools()
throws java.rmi.RemoteException
java.rmi.RemoteException
void validateAddMembers(ServerPool serverPool,
VirtualServerConfig[] serverConfigs)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
void validateShutdownServer(VirtualServer vs)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
void restoreVirtualServerPoolByManagerData(java.lang.Long serverPoolId)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
void checkHAAbility4ServerPoolById(java.lang.Long poolId)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
VirtualServerMetrics[] getVirtualServerMetrics(java.lang.Long[] virtualServerIDList)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
VirtualServer[] getVirtualServerByServerPool(java.lang.Long serverPoolID)
throws java.rmi.RemoteException
java.rmi.RemoteException
VirtualServer getVirtualServerByName(java.lang.String serverPoolName,
java.lang.String virtualServerName)
throws java.rmi.RemoteException
java.rmi.RemoteException
void validateDeleteServerPool(ServerPool serverPool)
throws oracle.ovs.biz.serverPool.ServerPoolException,
oracle.ovs.biz.agent.AgentException,
oracle.ovs.biz.server.ServerException,
java.rmi.RemoteException
oracle.ovs.biz.serverPool.ServerPoolExceptionoracle.ovs.biz.agent.AgentExceptionoracle.ovs.biz.server.ServerExceptionjava.rmi.RemoteException
void validateRemoveMember(VirtualServer vs,
boolean force,
java.util.List warningMessageList)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
ServerPool[] getServerPools(ServerPool serverPool,
java.lang.Long loginUserId)
throws java.rmi.RemoteException
java.rmi.RemoteException
ServerPool getServerPoolByName(java.lang.String poolName)
throws java.rmi.RemoteException
java.rmi.RemoteException
void refreshServerPool(ServerPool pool)
throws java.rmi.RemoteException
java.rmi.RemoteException
void updateVirtualServer(VirtualServerConfig serverConfig)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
MasterVirtualServerStatus getMasterAgentStatus(ServerPool serverPool)
throws java.rmi.RemoteException
java.rmi.RemoteException
MasterVirtualServer getMasterServer(ServerPool serverPool)
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Map getMinimumAgentVersion(java.lang.Long[] serverPoolIDs)
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Map getStorageRepositoriesByServerPoolId(java.lang.Long serverPoolId)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
void validateUpdateUtilityServerPassword(java.lang.String hostName,
java.lang.String oldPassword)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
void checkVirtualServerCompatibility(MasterVirtualServer masterVS,
VirtualServer vs)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
void rebootServer(VirtualServer server)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
void updateVirtualServerAgentPassword(java.lang.String hostName,
java.lang.String oldPassword,
java.lang.String newPassword)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
void removeMember(VirtualServer server,
boolean force,
java.util.List warningMessageList)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
java.util.Map getClusterRootByServerPoolId(java.lang.Long serverPoolId)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
ServerPool createServerPool(ServerPoolConfig serverPoolConfig,
java.lang.Long[] userIDList)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
VirtualServer getServer(VirtualServer vs)
throws java.rmi.RemoteException
java.rmi.RemoteException
VirtualServer getVirtualServerById(java.lang.Long vsID)
throws java.rmi.RemoteException
java.rmi.RemoteException
void checkServerConnection(VirtualServer vs)
throws oracle.ovs.biz.agent.AgentException,
oracle.ovs.biz.exception.OVSException,
oracle.ovs.biz.server.ServerException,
java.rmi.RemoteException
oracle.ovs.biz.agent.AgentExceptionoracle.ovs.biz.exception.OVSExceptionoracle.ovs.biz.server.ServerExceptionjava.rmi.RemoteException
void validateUpdateVSAgentPassword(java.lang.String hostName,
java.lang.String oldPassword)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
void deleteServerPool(ServerPool serverPool,
boolean isDelWorkingDir,
boolean force,
java.util.List warningMessageList)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
VirtualServer getServerByName(ServerPool serverPool,
VirtualServer vs)
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Map getNetworkBridges(ServerPool serverPool)
throws oracle.ovs.biz.agent.AgentException,
oracle.ovs.biz.serverPool.ServerPoolException,
java.rmi.RemoteException
oracle.ovs.biz.agent.AgentExceptionoracle.ovs.biz.serverPool.ServerPoolExceptionjava.rmi.RemoteException
void validateCreateServerPool(ServerPoolConfig poolConfig)
throws oracle.ovs.biz.exception.OVSException,
java.rmi.RemoteException
oracle.ovs.biz.exception.OVSExceptionjava.rmi.RemoteException
java.lang.String getMinSupportedOVSAgentVersion()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
Oracle VM Manager Web Services API Reference Release 2.1.5 E14979-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||