OpenSDN source code
|
#include <vm_interface.h>
Public Member Functions | |
BridgeDomain () | |
BridgeDomain (const BridgeDomain &rhs) | |
BridgeDomain (const boost::uuids::uuid &uuid, uint32_t vlan_tag) | |
virtual | ~BridgeDomain () |
bool | operator== (const BridgeDomain &rhs) const |
bool | operator() (const BridgeDomain &lhs, const BridgeDomain &rhs) const |
bool | IsLess (const BridgeDomain *rhs) const |
![]() | |
ListEntry () | |
ListEntry (bool del_pending) | |
virtual | ~ListEntry () |
bool | del_pending () const |
void | set_del_pending (bool val) const |
VmInterfaceState::Op | GetOp (VmInterfaceState::Op op) const |
Public Attributes | |
boost::uuids::uuid | uuid_ |
uint32_t | vlan_tag_ |
BridgeDomainConstRef | bridge_domain_ |
![]() | |
bool | del_pending_ |
Definition at line 1137 of file vm_interface.h.
|
inline |
Definition at line 1138 of file vm_interface.h.
|
inline |
Definition at line 1140 of file vm_interface.h.
|
inline |
Definition at line 1143 of file vm_interface.h.
|
inlinevirtual |
Definition at line 1145 of file vm_interface.h.
|
inline |
Definition at line 1155 of file vm_interface.h.
|
inline |
|
inline |
Definition at line 1146 of file vm_interface.h.
|
mutable |
Definition at line 1161 of file vm_interface.h.
boost::uuids::uuid VmInterface::BridgeDomain::uuid_ |
Definition at line 1159 of file vm_interface.h.
uint32_t VmInterface::BridgeDomain::vlan_tag_ |
Definition at line 1160 of file vm_interface.h.