Interface EnvironmentDescription
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
MuranoDeployment.MuranoEnvironmentDescription
public interface EnvironmentDescription extends ModelEntity
- Author:
- Nikolay Mahotkin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getDefaultNetworks()Map<String,Object>getEnvIdentities()StringgetName()List<? extends Application>getServices()
-
-
-
Method Detail
-
getServices
List<? extends Application> getServices()
- Returns:
- services list in given environment.
-
getName
String getName()
- Returns:
- the environment name.
-
-