Interface InstanceManager
- All Known Implementing Classes:
InstanceManagerImpl
public interface InstanceManager
-
Method Summary
Modifier and TypeMethodDescriptiondeployInstance(String template) booleandestroyInstance(String handle) @Nullable ServerInstancegetInstance(String handle)
-
Method Details
-
deployInstance
-
destroyInstance
- Returns:
- if the instance was found
-
getInstances
List<ServerInstance> getInstances()- Returns:
- Flux with handles of running servers
-
getInstance
-