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

#include <logical_interface.h>

Inheritance diagram for VlanLogicalInterfaceData:
Collaboration diagram for VlanLogicalInterfaceData:

Public Member Functions

 VlanLogicalInterfaceData (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, uint16_t vlan)
 
virtual ~VlanLogicalInterfaceData ()
 
- Public Member Functions inherited from 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)
 
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

uint16_t vlan_
 
- Public Attributes inherited from LogicalInterfaceData
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 93 of file logical_interface.h.

Constructor & Destructor Documentation

VlanLogicalInterfaceData::VlanLogicalInterfaceData ( 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,
uint16_t  vlan 
)

Definition at line 234 of file logical_interface.cc.

VlanLogicalInterfaceData::~VlanLogicalInterfaceData ( )
virtual

Definition at line 244 of file logical_interface.cc.

Member Data Documentation

uint16_t VlanLogicalInterfaceData::vlan_

Definition at line 104 of file logical_interface.h.


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