#include <vm_interface.h>
|
| | TagEntry () |
| |
| | TagEntry (const TagEntry &rhs) |
| |
| | TagEntry (uint32_t tag_type, const boost::uuids::uuid &uuid) |
| |
| virtual | ~TagEntry () |
| |
| bool | operator== (const TagEntry &rhs) const |
| |
| bool | operator() (const TagEntry &lhs, const TagEntry &rhs) const |
| |
| bool | IsLess (const TagEntry *rhs) const |
| |
| VmInterfaceState::Op | GetOpL3 (const Agent *agent, const VmInterface *vmi) const |
| |
| bool | AddL3 (const Agent *agent, VmInterface *vmi) const |
| |
| bool | DeleteL3 (const Agent *agent, VmInterface *vmi) 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 |
| |
| | VmInterfaceState () |
| |
| | VmInterfaceState (bool l2_installed, bool l3_installed) |
| |
| virtual | ~VmInterfaceState () |
| |
| bool | Installed () const |
| |
| virtual bool | Update (const Agent *agent, VmInterface *vmi, Op l2_force_op, Op l3_force_op) const |
| |
| virtual Op | GetOpL2 (const Agent *agent, const VmInterface *vmi) const |
| |
| virtual void | Copy (const Agent *agent, const VmInterface *vmi) const |
| |
| virtual bool | AddL2 (const Agent *agent, VmInterface *vmi) const |
| |
| virtual bool | DeleteL2 (const Agent *agent, VmInterface *vmi) const |
| |
Definition at line 809 of file vm_interface.h.
◆ TagEntry() [1/3]
| VmInterface::TagEntry::TagEntry |
( |
| ) |
|
◆ TagEntry() [2/3]
| VmInterface::TagEntry::TagEntry |
( |
const TagEntry & |
rhs | ) |
|
◆ TagEntry() [3/3]
◆ ~TagEntry()
| VmInterface::TagEntry::~TagEntry |
( |
| ) |
|
|
virtual |
◆ AddL3()
| bool VmInterface::TagEntry::AddL3 |
( |
const Agent * |
agent, |
|
|
VmInterface * |
vmi |
|
) |
| const |
|
virtual |
◆ DeleteL3()
| bool VmInterface::TagEntry::DeleteL3 |
( |
const Agent * |
agent, |
|
|
VmInterface * |
vmi |
|
) |
| const |
|
virtual |
◆ GetOpL3()
◆ IsLess()
| bool VmInterface::TagEntry::IsLess |
( |
const TagEntry * |
rhs | ) |
const |
◆ operator()()
| bool VmInterface::TagEntry::operator() |
( |
const TagEntry & |
lhs, |
|
|
const TagEntry & |
rhs |
|
) |
| const |
◆ operator==()
| bool VmInterface::TagEntry::operator== |
( |
const TagEntry & |
rhs | ) |
const |
◆ tag_
◆ type_
| uint32_t VmInterface::TagEntry::type_ |
◆ uuid_
The documentation for this struct was generated from the following files: