|
OpenSDN source code
|
#include <docker_instance_adapter.h>


Public Member Functions | |
| DockerInstanceAdapter (const std::string &docker_cmd, Agent *agent) | |
| InstanceTask * | CreateStartTask (const ServiceInstance::Properties &props, bool update) |
| InstanceTask * | CreateStopTask (const ServiceInstance::Properties &props) |
| bool | isApplicable (const ServiceInstance::Properties &props) |
Public Member Functions inherited from InstanceManagerAdapter | |
| virtual | ~InstanceManagerAdapter () |
Private Attributes | |
| std::string | docker_cmd_ |
| Agent * | agent_ |
Additional Inherited Members | |
Public Types inherited from InstanceManagerAdapter | |
| enum | CmdType { START = 1 , STOP } |
Definition at line 7 of file docker_instance_adapter.h.
|
inline |
Definition at line 9 of file docker_instance_adapter.h.
|
virtual |
Implements InstanceManagerAdapter.
Definition at line 5 of file docker_instance_adapter.cc.

|
virtual |
Implements InstanceManagerAdapter.
Definition at line 70 of file docker_instance_adapter.cc.

|
virtual |
Implements InstanceManagerAdapter.
Definition at line 92 of file docker_instance_adapter.cc.
|
private |
Definition at line 19 of file docker_instance_adapter.h.
|
private |
Definition at line 18 of file docker_instance_adapter.h.