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

#include <vm_interface.h>

Inheritance diagram for MetaDataIpState:
Collaboration diagram for MetaDataIpState:

Public Member Functions

 MetaDataIpState (bool ipv4=true)
 Creates a new instance of MetaDataIpState. More...
 
virtual ~MetaDataIpState ()
 
VmInterfaceState::Op GetOpL3 (const Agent *agent, const VmInterface *vmi) const
 
bool DeleteL3 (const Agent *agent, VmInterface *vmi) const
 
bool AddL3 (const Agent *agent, VmInterface *vmi) const
 
- Public Member Functions inherited from VmInterfaceState
 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
 

Public Attributes

std::unique_ptr< MetaDataIpmdata_ip_
 
bool ipv4_
 
- Public Attributes inherited from VmInterfaceState
bool l2_installed_
 
bool l3_installed_
 

Additional Inherited Members

- Public Types inherited from VmInterfaceState
enum  Op { INVALID, ADD, DEL_ADD, DEL }
 
- Static Public Member Functions inherited from VmInterfaceState
static Op RecomputeOp (Op old_op, Op new_op)
 

Detailed Description

Definition at line 279 of file vm_interface.h.

Constructor & Destructor Documentation

MetaDataIpState::MetaDataIpState ( bool  ipv4 = true)

Creates a new instance of MetaDataIpState.

Definition at line 1217 of file vm_interface.cc.

MetaDataIpState::~MetaDataIpState ( )
virtual

Definition at line 1222 of file vm_interface.cc.

Member Function Documentation

bool MetaDataIpState::AddL3 ( const Agent agent,
VmInterface vmi 
) const
virtual

Reimplemented from VmInterfaceState.

Definition at line 1237 of file vm_interface.cc.

Here is the call graph for this function:

bool MetaDataIpState::DeleteL3 ( const Agent agent,
VmInterface vmi 
) const
virtual

Reimplemented from VmInterfaceState.

Definition at line 1251 of file vm_interface.cc.

Here is the call graph for this function:

VmInterfaceState::Op MetaDataIpState::GetOpL3 ( const Agent agent,
const VmInterface vmi 
) const
virtual

Reimplemented from VmInterfaceState.

Definition at line 1228 of file vm_interface.cc.

Here is the call graph for this function:

Member Data Documentation

bool MetaDataIpState::ipv4_

Definition at line 291 of file vm_interface.h.

std::unique_ptr<MetaDataIp> MetaDataIpState::mdata_ip_
mutable

Definition at line 290 of file vm_interface.h.


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