public interface Container extends ModelEntity, Buildable<ContainerBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
String |
getBayUuid()
Gets bayUuid
|
String |
getCommand()
Gets command
|
MagnumEnvironment |
getEnvironment()
Gets environment
|
String |
getImage()
Gets image
|
List<GenericLink> |
getLinks()
Gets links
|
String |
getMemory()
Gets memory
|
String |
getName()
Gets name
|
String |
getStatus()
Gets status
|
String |
getUuid()
Gets uuid
|
String getStatus()
String getUuid()
List<GenericLink> getLinks()
String getImage()
MagnumEnvironment getEnvironment()
String getCommand()
String getMemory()
String getBayUuid()
String getName()
Copyright © 2017. All rights reserved.