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

#include <logical_interface.h>

Inheritance diagram for LogicalInterfaceData:
Collaboration diagram for LogicalInterfaceData:

Public Member Functions

 LogicalInterfaceData (Agent *agent, IFMapNode *node, const std::string &display_name, const std::string &physical_interface, const boost::uuids::uuid &vif, const boost::uuids::uuid &device_uuid, const std::string &phy_dev_display_name, const std::string &phy_intf_display_name)
 
virtual ~LogicalInterfaceData ()
 
- Public Member Functions inherited from InterfaceData
 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 display_name_
 
std::string physical_interface_
 
boost::uuids::uuid vm_interface_
 
boost::uuids::uuid device_uuid_
 
std::string phy_dev_display_name_
 
std::string phy_intf_display_name_
 
- Public Attributes inherited from InterfaceData
std::string vrf_name_
 
Interface::Transport transport_
 
boost::uuids::uuid logical_router_uuid_
 

Detailed Description

Definition at line 64 of file logical_interface.h.

Constructor & Destructor Documentation

LogicalInterfaceData::LogicalInterfaceData ( Agent agent,
IFMapNode node,
const std::string &  display_name,
const std::string &  physical_interface,
const boost::uuids::uuid vif,
const boost::uuids::uuid device_uuid,
const std::string &  phy_dev_display_name,
const std::string &  phy_intf_display_name 
)

Definition at line 164 of file logical_interface.cc.

LogicalInterfaceData::~LogicalInterfaceData ( )
virtual

Definition at line 178 of file logical_interface.cc.

Member Data Documentation

boost::uuids::uuid LogicalInterfaceData::device_uuid_

Definition at line 77 of file logical_interface.h.

std::string LogicalInterfaceData::display_name_

Definition at line 74 of file logical_interface.h.

std::string LogicalInterfaceData::phy_dev_display_name_

Definition at line 78 of file logical_interface.h.

std::string LogicalInterfaceData::phy_intf_display_name_

Definition at line 79 of file logical_interface.h.

std::string LogicalInterfaceData::physical_interface_

Definition at line 75 of file logical_interface.h.

boost::uuids::uuid LogicalInterfaceData::vm_interface_

Definition at line 76 of file logical_interface.h.


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