Package org.openstack4j.model.magnum
Interface Container
-
- All Superinterfaces:
Buildable<ContainerBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
MagnumContainer
public interface Container extends ModelEntity, Buildable<ContainerBuilder>
-
-
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 StringgetBayUuid()Gets bayUuidStringgetCommand()Gets commandMagnumEnvironmentgetEnvironment()Gets environmentStringgetImage()Gets imageList<GenericLink>getLinks()Gets linksStringgetMemory()Gets memoryStringgetName()Gets nameStringgetStatus()Gets statusStringgetUuid()Gets uuid
-
-
-
Method Detail
-
getStatus
String getStatus()
Gets status- Returns:
- status
-
getUuid
String getUuid()
Gets uuid- Returns:
- uuid
-
getLinks
List<GenericLink> getLinks()
Gets links- Returns:
- links
-
getImage
String getImage()
Gets image- Returns:
- image
-
getEnvironment
MagnumEnvironment getEnvironment()
Gets environment- Returns:
- environment
-
getCommand
String getCommand()
Gets command- Returns:
- command
-
getMemory
String getMemory()
Gets memory- Returns:
- memory
-
getBayUuid
String getBayUuid()
Gets bayUuid- Returns:
- bayUuid
-
getName
String getName()
Gets name- Returns:
- name
-
-