OpenSDN source code
|
#include <interface_os_params.h>
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< IfGuid > | os_guid_ |
Definition at line 13 of file interface_os_params.h.
Definition at line 14 of file interface_os_params.h.
|
inline |
Definition at line 16 of file interface_os_params.h.
|
inline |
Definition at line 17 of file interface_os_params.h.
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.