OpenSDN source code
|
#include <resource_cmn.h>
Public Types | |
enum | Type { INVALID = 0, MPLS_INDEX, INTERFACE_INDEX, VRF_INDEX, QOS_INDEX, BGP_AS_SERVICE_INDEX, MIRROR_INDEX, MAX } |
Static Public Member Functions | |
static ResourceTable * | Create (Type type, ResourceManager *rm) |
Private Member Functions | |
Resource () | |
virtual | ~Resource () |
Definition at line 13 of file resource_cmn.h.
enum Resource::Type |
Enumerator | |
---|---|
INVALID | |
MPLS_INDEX | |
INTERFACE_INDEX | |
VRF_INDEX | |
QOS_INDEX | |
BGP_AS_SERVICE_INDEX | |
MIRROR_INDEX | |
MAX |
Definition at line 15 of file resource_cmn.h.
|
inlineprivate |
Definition at line 29 of file resource_cmn.h.
|
inlineprivatevirtual |
Definition at line 30 of file resource_cmn.h.
|
static |
Definition at line 16 of file resource_cmn.cc.