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

#include <interface.h>

Inheritance diagram for InterfaceData:
Collaboration diagram for InterfaceData:

Public Member Functions

 InterfaceData (Agent *agent, IFMapNode *node, Interface::Transport transport)
 
void VmPortInit ()
 
void EthInit (const std::string &vrf_name)
 
void PktInit ()
 
void InetInit (const std::string &vrf_name)
 
void RemotePhysicalPortInit (const std::string &vrf_name)
 
- Public Member Functions inherited from AgentOperDBData
 AgentOperDBData (const Agent *agent, IFMapNode *node)
 
virtual ~AgentOperDBData ()
 
void SetIFMapNode (IFMapNode *node)
 
IFMapNodeifmap_node () const
 
const Agentagent () const
 
- Public Member Functions inherited from AgentData
 AgentData ()
 
virtual ~AgentData ()
 
- Public Member Functions inherited from DBRequestData
virtual ~DBRequestData ()
 

Public Attributes

std::string vrf_name_
 
Interface::Transport transport_
 
boost::uuids::uuid logical_router_uuid_
 

Detailed Description

Definition at line 250 of file interface.h.

Constructor & Destructor Documentation

InterfaceData::InterfaceData ( Agent agent,
IFMapNode node,
Interface::Transport  transport 
)
inline

Definition at line 251 of file interface.h.

Member Function Documentation

void InterfaceData::EthInit ( const std::string &  vrf_name)
inline

Definition at line 257 of file interface.h.

void InterfaceData::InetInit ( const std::string &  vrf_name)
inline

Definition at line 259 of file interface.h.

void InterfaceData::PktInit ( )
inline

Definition at line 258 of file interface.h.

void InterfaceData::RemotePhysicalPortInit ( const std::string &  vrf_name)
inline

Definition at line 260 of file interface.h.

void InterfaceData::VmPortInit ( )
inline

Definition at line 256 of file interface.h.

Member Data Documentation

boost::uuids::uuid InterfaceData::logical_router_uuid_

Definition at line 267 of file interface.h.

Interface::Transport InterfaceData::transport_

Definition at line 266 of file interface.h.

std::string InterfaceData::vrf_name_

Definition at line 265 of file interface.h.


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