|
OpenSDN source code
|
#include <policy.h>


Public Member Functions | |
| PolicyData () | |
| ~PolicyData () | |
| void | Init (const PolicyConfigSpec &policy_cfg) |
Public Member Functions inherited from DBRequestData | |
| virtual | ~DBRequestData () |
Public Attributes | |
| uuid | vpc_id_ |
| uuid | policy_id_ |
| std::string | name_ |
| bool | inbound_ |
| uuid | acl_id_ |
Definition at line 19 of file vnsw/agent/filter/policy.h.
|
inline |
Definition at line 20 of file vnsw/agent/filter/policy.h.
|
inline |
Definition at line 21 of file vnsw/agent/filter/policy.h.
| void PolicyData::Init | ( | const PolicyConfigSpec & | policy_cfg | ) |
| uuid PolicyData::acl_id_ |
Definition at line 27 of file vnsw/agent/filter/policy.h.
| bool PolicyData::inbound_ |
Definition at line 26 of file vnsw/agent/filter/policy.h.
| std::string PolicyData::name_ |
Definition at line 25 of file vnsw/agent/filter/policy.h.
| uuid PolicyData::policy_id_ |
Definition at line 24 of file vnsw/agent/filter/policy.h.
| uuid PolicyData::vpc_id_ |
Definition at line 23 of file vnsw/agent/filter/policy.h.