OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VmInterfaceState Struct Reference

#include <vm_interface.h>

Inheritance diagram for VmInterfaceState:

Public Types

enum  Op { INVALID, ADD, DEL_ADD, DEL }
 

Public Member Functions

 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 Op GetOpL3 (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
 
virtual bool AddL3 (const Agent *agent, VmInterface *vmi) const
 
virtual bool DeleteL3 (const Agent *agent, VmInterface *vmi) const
 

Static Public Member Functions

static Op RecomputeOp (Op old_op, Op new_op)
 

Public Attributes

bool l2_installed_
 
bool l3_installed_
 

Detailed Description

Definition at line 153 of file vm_interface.h.

Member Enumeration Documentation

Enumerator
INVALID 
ADD 
DEL_ADD 
DEL 

Definition at line 155 of file vm_interface.h.

Constructor & Destructor Documentation

VmInterfaceState::VmInterfaceState ( )
inlineexplicit

Definition at line 162 of file vm_interface.h.

VmInterfaceState::VmInterfaceState ( bool  l2_installed,
bool  l3_installed 
)
inline

Definition at line 165 of file vm_interface.h.

virtual VmInterfaceState::~VmInterfaceState ( )
inlinevirtual

Definition at line 168 of file vm_interface.h.

Member Function Documentation

virtual bool VmInterfaceState::AddL2 ( const Agent agent,
VmInterface vmi 
) const
inlinevirtual
virtual bool VmInterfaceState::DeleteL2 ( const Agent agent,
VmInterface vmi 
) const
inlinevirtual
virtual Op VmInterfaceState::GetOpL2 ( const Agent agent,
const VmInterface vmi 
) const
inlinevirtual
bool VmInterfaceState::Installed ( ) const
inline

Definition at line 171 of file vm_interface.h.

VmInterfaceState::Op VmInterfaceState::RecomputeOp ( Op  old_op,
Op  new_op 
)
static

Definition at line 586 of file vm_interface.cc.

bool VmInterfaceState::Update ( const Agent agent,
VmInterface vmi,
Op  l2_force_op,
Op  l3_force_op 
) const
virtual

Definition at line 590 of file vm_interface.cc.

Here is the call graph for this function:

Member Data Documentation

bool VmInterfaceState::l2_installed_
mutable

Definition at line 221 of file vm_interface.h.

bool VmInterfaceState::l3_installed_
mutable

Definition at line 222 of file vm_interface.h.


The documentation for this struct was generated from the following files: