Interface Environment
-
- All Superinterfaces:
Buildable<EnvironmentBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
MuranoEnvironment
public interface Environment extends ModelEntity, Buildable<EnvironmentBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCreated()StringgetId()StringgetName()List<? extends Application>getServices()StringgetStatus()StringgetTenantId()StringgetUpdated()StringgetVersion()
-
-
-
Method Detail
-
getId
String getId()
- Returns:
- the id of the environment
-
getServices
List<? extends Application> getServices()
- Returns:
- the services of the environment
-
getStatus
String getStatus()
- Returns:
- the status of the environment
-
getUpdated
String getUpdated()
- Returns:
- the updated date of the environment
-
getName
String getName()
- Returns:
- the name of the environment
-
getCreated
String getCreated()
- Returns:
- the created date of the environment
-
getTenantId
String getTenantId()
- Returns:
- the tenant id of the environment
-
getVersion
String getVersion()
- Returns:
- the version of the environment
-
-