|
OpenSDN source code
|
#include <vm_interface.h>
Public Member Functions | |
| SecurityGroupEntryList () | |
| ~SecurityGroupEntryList () | |
| void | Insert (const SecurityGroupEntry *rhs) |
| void | Update (const SecurityGroupEntry *lhs, const SecurityGroupEntry *rhs) |
| void | Remove (SecurityGroupEntrySet::iterator &it) |
| bool | UpdateList (const Agent *agent, VmInterface *vmi, VmInterfaceState::Op l2_force_op, VmInterfaceState::Op l3_force_op) |
Public Attributes | |
| SecurityGroupEntrySet | list_ |
Definition at line 794 of file vm_interface.h.
|
inline |
Definition at line 795 of file vm_interface.h.
|
inline |
Definition at line 796 of file vm_interface.h.
| void VmInterface::SecurityGroupEntryList::Insert | ( | const SecurityGroupEntry * | rhs | ) |
Definition at line 687 of file vm_interface.cc.
| void VmInterface::SecurityGroupEntryList::Remove | ( | SecurityGroupEntrySet::iterator & | it | ) |
Definition at line 696 of file vm_interface.cc.
| void VmInterface::SecurityGroupEntryList::Update | ( | const SecurityGroupEntry * | lhs, |
| const SecurityGroupEntry * | rhs | ||
| ) |
Definition at line 692 of file vm_interface.cc.
| bool VmInterface::SecurityGroupEntryList::UpdateList | ( | const Agent * | agent, |
| VmInterface * | vmi, | ||
| VmInterfaceState::Op | l2_force_op, | ||
| VmInterfaceState::Op | l3_force_op | ||
| ) |
| SecurityGroupEntrySet VmInterface::SecurityGroupEntryList::list_ |
Definition at line 806 of file vm_interface.h.