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

#include <interface_os_params.h>

Collaboration diagram for InterfaceOsParams:

Public Types

typedef boost::uuids::uuid IfGuid
 

Public Member Functions

 InterfaceOsParams ()
 
 InterfaceOsParams (const std::string &name, size_t os_index, bool state)
 

Public Attributes

std::string name_
 
MacAddress mac_
 
size_t os_index_
 
bool os_oper_state_
 
boost::optional< IfGuidos_guid_
 

Detailed Description

Definition at line 13 of file interface_os_params.h.

Member Typedef Documentation

Constructor & Destructor Documentation

InterfaceOsParams::InterfaceOsParams ( )
inline

Definition at line 16 of file interface_os_params.h.

InterfaceOsParams::InterfaceOsParams ( const std::string &  name,
size_t  os_index,
bool  state 
)
inline

Definition at line 17 of file interface_os_params.h.

Member Data Documentation

MacAddress InterfaceOsParams::mac_

Definition at line 21 of file interface_os_params.h.

std::string InterfaceOsParams::name_

Definition at line 20 of file interface_os_params.h.

boost::optional<IfGuid> InterfaceOsParams::os_guid_

Definition at line 24 of file interface_os_params.h.

size_t InterfaceOsParams::os_index_

Definition at line 22 of file interface_os_params.h.

bool InterfaceOsParams::os_oper_state_

Definition at line 23 of file interface_os_params.h.


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