Definition at line 135 of file ifmap_server.cc.
◆ IFMapVmSubscribe()
IFMapServer::IFMapVmSubscribe::IFMapVmSubscribe |
( |
DB * |
db, |
|
|
DBGraph * |
graph, |
|
|
IFMapServer * |
server, |
|
|
const std::string & |
vr_name, |
|
|
const std::string & |
vm_uuid, |
|
|
bool |
subscribe, |
|
|
bool |
has_vms |
|
) |
| |
|
inline |
◆ Description()
std::string IFMapServer::IFMapVmSubscribe::Description |
( |
| ) |
const |
|
inlinevirtual |
◆ Run()
bool IFMapServer::IFMapVmSubscribe::Run |
( |
| ) |
|
|
inlinevirtual |
Code to execute. Returns true if task is completed. Return false to reschedule the task.
Implements Task.
Definition at line 145 of file ifmap_server.cc.
◆ db_
DB* IFMapServer::IFMapVmSubscribe::db_ |
|
private |
◆ has_vms_
bool IFMapServer::IFMapVmSubscribe::has_vms_ |
|
private |
◆ ifmap_server_
IFMapServer* IFMapServer::IFMapVmSubscribe::ifmap_server_ |
|
private |
◆ subscribe_
bool IFMapServer::IFMapVmSubscribe::subscribe_ |
|
private |
◆ vm_uuid_
std::string IFMapServer::IFMapVmSubscribe::vm_uuid_ |
|
private |
◆ vr_name_
std::string IFMapServer::IFMapVmSubscribe::vr_name_ |
|
private |
The documentation for this class was generated from the following file: