public interface ContainerService
Modifier and Type | Method and Description |
---|---|
Container |
create(Container container)
Create a container.
|
ActionResponse |
delete(String containerId)
Delete the specified container by ID
|
Container |
get(String containerId)
Get the specified container by ID
|
List<? extends Container> |
list(Map<String,String> filteringParams)
Returns list of containers filtered by parameters.
|
List<? extends Container> |
list(String name)
Gets a list of currently existing
Container s for a specified container. |
List<? extends Container> list(Map<String,String> filteringParams)
filteringParams
- map (name, value) of filtering parametersList<? extends Container> list(String name)
Container
s for a specified container.Container
sContainer get(String containerId)
containerId
- ActionResponse delete(String containerId)
containerId
- Copyright © 2017. All rights reserved.