public interface FHNManager
| Modifier and Type | Method and Description |
|---|---|
Set<ServiceProfile> |
allServiceProfiles() |
OccopusInfrastructure |
createInfrastructureByTemplate(String infrastructureTemplateId) |
Node |
createNode(String vmProviderId,
String serviceProfileId,
String resourceTemplateId) |
void |
deleteNode(String NodeId) |
void |
destroyInfrastructure(String infrastructureId) |
Set<Node> |
findNodes(String vmProviderId,
String serviceProfileId) |
Collection<ResourceTemplate> |
findResourceTemplate(String vmProviderid) |
Set<VMProvider> |
findVMProviders(String serviceProfileId) |
Set<OccopusInfrastructure> |
getAllInfrastructures() |
OccopusInfrastructure |
getInfrastructureById(String infraId) |
Node |
getNodeById(String NodeId) |
VMProvider |
getVMProviderbyId(String vmProviderid) |
void |
startNode(String NodeId) |
void |
stopNode(String NodeId) |
VMProvider getVMProviderbyId(String vmProviderid) throws FHNManagerException
FHNManagerExceptionSet<VMProvider> findVMProviders(String serviceProfileId) throws FHNManagerException
FHNManagerExceptionSet<ServiceProfile> allServiceProfiles() throws FHNManagerException
FHNManagerExceptionCollection<ResourceTemplate> findResourceTemplate(String vmProviderid) throws FHNManagerException
FHNManagerExceptionNode getNodeById(String NodeId) throws FHNManagerException
FHNManagerExceptionSet<Node> findNodes(String vmProviderId, String serviceProfileId) throws FHNManagerException, UnknownHostException
Node createNode(String vmProviderId, String serviceProfileId, String resourceTemplateId) throws FHNManagerException
FHNManagerExceptionvoid startNode(String NodeId) throws FHNManagerException
FHNManagerExceptionvoid stopNode(String NodeId) throws FHNManagerException
FHNManagerExceptionvoid deleteNode(String NodeId) throws FHNManagerException
FHNManagerExceptionOccopusInfrastructure createInfrastructureByTemplate(String infrastructureTemplateId)
void destroyInfrastructure(String infrastructureId)
OccopusInfrastructure getInfrastructureById(String infraId) throws FHNManagerException
FHNManagerExceptionSet<OccopusInfrastructure> getAllInfrastructures()
Copyright © 2017. All Rights Reserved.