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

#include <remote_physical_interface.h>

Inheritance diagram for RemotePhysicalInterfaceData:
Collaboration diagram for RemotePhysicalInterfaceData:

Public Member Functions

 RemotePhysicalInterfaceData (Agent *agent, IFMapNode *node, const std::string &display_name, const std::string &vrf_name, const boost::uuids::uuid &device_uuid)
 
virtual ~RemotePhysicalInterfaceData ()
 
- 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_
 
boost::uuids::uuid device_uuid_
 
- Public Attributes inherited from InterfaceData
std::string vrf_name_
 
Interface::Transport transport_
 
boost::uuids::uuid logical_router_uuid_
 

Detailed Description

Definition at line 59 of file remote_physical_interface.h.

Constructor & Destructor Documentation

RemotePhysicalInterfaceData::RemotePhysicalInterfaceData ( Agent agent,
IFMapNode node,
const std::string &  display_name,
const std::string &  vrf_name,
const boost::uuids::uuid device_uuid 
)

Definition at line 121 of file remote_physical_interface.cc.

RemotePhysicalInterfaceData::~RemotePhysicalInterfaceData ( )
virtual

Definition at line 129 of file remote_physical_interface.cc.

Member Data Documentation

boost::uuids::uuid RemotePhysicalInterfaceData::device_uuid_

Definition at line 67 of file remote_physical_interface.h.

std::string RemotePhysicalInterfaceData::display_name_

Definition at line 66 of file remote_physical_interface.h.


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