OpenSDN source code
|
#include <policy_set.h>
Public Member Functions | |
PolicySetData (Agent *agent, IFMapNode *node, const std::string &name, bool global, FirewallPolicyUuidList &list) | |
~PolicySetData () | |
![]() | |
AgentOperDBData (const Agent *agent, IFMapNode *node) | |
virtual | ~AgentOperDBData () |
void | SetIFMapNode (IFMapNode *node) |
IFMapNode * | ifmap_node () const |
const Agent * | agent () const |
![]() | |
AgentData () | |
virtual | ~AgentData () |
![]() | |
virtual | ~DBRequestData () |
Public Attributes | |
const std::string | name_ |
bool | global_ |
FirewallPolicyUuidList | fw_policy_uuid_list_ |
Definition at line 53 of file policy_set.h.
|
inline |
Definition at line 54 of file policy_set.h.
|
inline |
Definition at line 58 of file policy_set.h.
FirewallPolicyUuidList PolicySetData::fw_policy_uuid_list_ |
Definition at line 62 of file policy_set.h.
bool PolicySetData::global_ |
Definition at line 61 of file policy_set.h.
const std::string PolicySetData::name_ |
Definition at line 60 of file policy_set.h.