OpenSDN source code
|
#include <flow_uve_stats_request.h>
Public Types | |
enum | Event { INVALID, ADD_FLOW, DELETE_FLOW } |
Public Member Functions | |
FlowUveStatsRequest (Event event, const boost::uuids::uuid &u, const std::string &intf, const std::string &sg_rule, const FlowUveVnAcePolicyInfo &vn_ace_info, const FlowUveFwPolicyInfo &fw_policy_info) | |
FlowUveStatsRequest (Event event, const boost::uuids::uuid &u, const std::string &intf, const FlowUveFwPolicyInfo &fw_policy_info) | |
~FlowUveStatsRequest () | |
Event | event () const |
const boost::uuids::uuid & | uuid () const |
const std::string & | interface () const |
const std::string & | sg_rule_uuid () const |
bool | sg_info_valid () const |
const FlowUveVnAcePolicyInfo & | vn_ace_info () const |
bool | vn_ace_valid () const |
const FlowUveFwPolicyInfo & | fw_policy_info () const |
bool | fw_policy_valid () const |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (FlowUveStatsRequest) | |
Private Attributes | |
Event | event_ |
boost::uuids::uuid | uuid_ |
std::string | interface_ |
std::string | sg_rule_uuid_ |
bool | sg_info_valid_ |
FlowUveVnAcePolicyInfo | vn_ace_info_ |
FlowUveFwPolicyInfo | fw_policy_info_ |
Definition at line 35 of file flow_uve_stats_request.h.
Enumerator | |
---|---|
INVALID | |
ADD_FLOW | |
DELETE_FLOW |
Definition at line 37 of file flow_uve_stats_request.h.
|
inline |
Definition at line 43 of file flow_uve_stats_request.h.
|
inline |
Definition at line 55 of file flow_uve_stats_request.h.
|
inline |
Definition at line 62 of file flow_uve_stats_request.h.
|
private |
|
inline |
Definition at line 64 of file flow_uve_stats_request.h.
|
inline |
Definition at line 71 of file flow_uve_stats_request.h.
|
inline |
Definition at line 72 of file flow_uve_stats_request.h.
|
inline |
Definition at line 66 of file flow_uve_stats_request.h.
|
inline |
Definition at line 68 of file flow_uve_stats_request.h.
|
inline |
Definition at line 67 of file flow_uve_stats_request.h.
|
inline |
Definition at line 65 of file flow_uve_stats_request.h.
|
inline |
Definition at line 69 of file flow_uve_stats_request.h.
|
inline |
Definition at line 70 of file flow_uve_stats_request.h.
|
private |
Definition at line 75 of file flow_uve_stats_request.h.
|
private |
Definition at line 81 of file flow_uve_stats_request.h.
|
private |
Definition at line 77 of file flow_uve_stats_request.h.
|
private |
Definition at line 79 of file flow_uve_stats_request.h.
|
private |
Definition at line 78 of file flow_uve_stats_request.h.
|
private |
Definition at line 76 of file flow_uve_stats_request.h.
|
private |
Definition at line 80 of file flow_uve_stats_request.h.