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

#include <physical_interface.h>

Inheritance diagram for PhysicalInterfaceData:
Collaboration diagram for PhysicalInterfaceData:

Public Member Functions

 PhysicalInterfaceData (Agent *agent, IFMapNode *node, const std::string &vrf_name, PhysicalInterface::SubType subtype, PhysicalInterface::EncapType encap, bool no_arp, const boost::uuids::uuid &device_uuid, const std::string &display_name, const Ip4Address &ip, Interface::Transport transport)
 
virtual ~PhysicalInterfaceData ()
 
- 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

PhysicalInterface::SubType subtype_
 
PhysicalInterface::EncapType encap_type_
 
bool no_arp_
 
boost::uuids::uuid device_uuid_
 
std::string display_name_
 
Ip4Address ip_
 
- Public Attributes inherited from InterfaceData
std::string vrf_name_
 
Interface::Transport transport_
 
boost::uuids::uuid logical_router_uuid_
 

Detailed Description

Definition at line 109 of file physical_interface.h.

Constructor & Destructor Documentation

PhysicalInterfaceData::PhysicalInterfaceData ( Agent agent,
IFMapNode node,
const std::string &  vrf_name,
PhysicalInterface::SubType  subtype,
PhysicalInterface::EncapType  encap,
bool  no_arp,
const boost::uuids::uuid device_uuid,
const std::string &  display_name,
const Ip4Address ip,
Interface::Transport  transport 
)

Definition at line 220 of file physical_interface.cc.

Here is the call graph for this function:

virtual PhysicalInterfaceData::~PhysicalInterfaceData ( )
inlinevirtual

Definition at line 119 of file physical_interface.h.

Member Data Documentation

boost::uuids::uuid PhysicalInterfaceData::device_uuid_

Definition at line 123 of file physical_interface.h.

std::string PhysicalInterfaceData::display_name_

Definition at line 124 of file physical_interface.h.

PhysicalInterface::EncapType PhysicalInterfaceData::encap_type_

Definition at line 121 of file physical_interface.h.

Ip4Address PhysicalInterfaceData::ip_

Definition at line 125 of file physical_interface.h.

bool PhysicalInterfaceData::no_arp_

Definition at line 122 of file physical_interface.h.

PhysicalInterface::SubType PhysicalInterfaceData::subtype_

Definition at line 120 of file physical_interface.h.


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