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

Public Member Functions | |
| VmiEntry () | |
Public Attributes | |
| boost::uuids::uuid | vm_uuid_ |
| boost::uuids::uuid | vn_uuid_ |
| bool | sub_interface_ |
| boost::uuids::uuid | parent_vmi_ |
| uint16_t | vlan_tag_ |
| std::string | mac_ |
| uint8_t | vhostuser_mode_ |
| autogen::VirtualMachineInterface * | vmi_cfg |
Definition at line 222 of file port_subscribe_table.h.
|
inline |
Definition at line 232 of file port_subscribe_table.h.
| std::string PortSubscribeTable::VmiEntry::mac_ |
Definition at line 228 of file port_subscribe_table.h.
| boost::uuids::uuid PortSubscribeTable::VmiEntry::parent_vmi_ |
Definition at line 226 of file port_subscribe_table.h.
| bool PortSubscribeTable::VmiEntry::sub_interface_ |
Definition at line 225 of file port_subscribe_table.h.
| uint8_t PortSubscribeTable::VmiEntry::vhostuser_mode_ |
Definition at line 229 of file port_subscribe_table.h.
| uint16_t PortSubscribeTable::VmiEntry::vlan_tag_ |
Definition at line 227 of file port_subscribe_table.h.
| boost::uuids::uuid PortSubscribeTable::VmiEntry::vm_uuid_ |
Definition at line 223 of file port_subscribe_table.h.
| autogen::VirtualMachineInterface* PortSubscribeTable::VmiEntry::vmi_cfg |
Definition at line 230 of file port_subscribe_table.h.
| boost::uuids::uuid PortSubscribeTable::VmiEntry::vn_uuid_ |
Definition at line 224 of file port_subscribe_table.h.