| Modifier and Type | Method and Description |
|---|---|
ContainerConfig |
ContainerChangeEvent.getConfig() |
ContainerConfig |
IContainerManager.getContainerConfig(String containerName)
Get the configuration object for the specified container
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerConfig> |
IContainerManager.getContainerConfigList()
Get the list of
ContainerConfig objects representing all the containers that have been
configured previously. |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.controller.sal.utils.Status |
IContainerManager.addContainer(ContainerConfig configObject)
Create a Container
|
org.opendaylight.controller.sal.utils.Status |
IContainerManager.removeContainer(ContainerConfig configObject)
Remove a container
|
| Constructor and Description |
|---|
ContainerChangeEvent(ContainerConfig config,
org.opendaylight.controller.sal.core.UpdateType update) |
ContainerConfig(ContainerConfig config) |
ContainerData(ContainerConfig conf)
Build a ContainerData from container configuration
|
Copyright © 2015. All Rights Reserved.