Package | Description |
---|---|
org.openstack4j.api.barbican | |
org.openstack4j.openstack.barbican.domain | |
org.openstack4j.openstack.barbican.internal |
Modifier and Type | Method and Description |
---|---|
Container |
ContainerService.create(Container container)
Create a container.
|
Container |
ContainerService.get(String containerId)
Get the specified container by ID
|
Modifier and Type | Method and Description |
---|---|
List<? extends Container> |
ContainerService.list(Map<String,String> filteringParams)
Returns list of containers filtered by parameters.
|
List<? extends Container> |
ContainerService.list(String name)
Gets a list of currently existing
Container s for a specified container. |
Modifier and Type | Method and Description |
---|---|
Container |
ContainerService.create(Container container)
Create a container.
|
Modifier and Type | Class and Description |
---|---|
class |
BarbicanContainer |
Modifier and Type | Method and Description |
---|---|
Container |
BarbicanContainer.ContainerCreateConcreteBuilder.build()
Creates and return the Model Entity M
|
Modifier and Type | Method and Description |
---|---|
ContainerCreateBuilder |
BarbicanContainer.ContainerCreateConcreteBuilder.from(Container in)
Creates a Builder using the param M as the default values
|
Modifier and Type | Method and Description |
---|---|
Container |
ContainerServiceImpl.create(Container container)
Create a container.
|
Container |
ContainerServiceImpl.get(String containerId)
Get the specified container by ID
|
Modifier and Type | Method and Description |
---|---|
List<? extends Container> |
ContainerServiceImpl.list(Map<String,String> filteringParams)
Returns list of containers filtered by parameters.
|
List<? extends Container> |
ContainerServiceImpl.list(String name)
Gets a list of currently existing
Container s for a specified container. |
Modifier and Type | Method and Description |
---|---|
Container |
ContainerServiceImpl.create(Container container)
Create a container.
|
Copyright © 2017. All rights reserved.