OpenSDN source code
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
policy_config_spec.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3
*/
4
5
#ifndef __AGENT_POLICY_CONFIG_SPEC_H__
6
#define __AGENT_POLICY_CONFIG_SPEC_H__
7
8
#include <boost/uuid/uuid.hpp>
9
#include <vector>
10
11
typedef
boost::uuids::uuid
uuid
;
12
13
struct
PolicyConfigSpec
{
14
uuid
vpc_id
;
15
uuid
policy_id
;
16
std::string
name
;
17
bool
inbound
;
18
uuid
acl_id
;
19
};
20
21
#endif
PolicyConfigSpec::vpc_id
uuid vpc_id
Definition:
policy_config_spec.h:14
PolicyConfigSpec::policy_id
uuid policy_id
Definition:
policy_config_spec.h:15
uuid
boost::uuids::uuid uuid
Definition:
vnsw/agent/filter/policy.h:11
PolicyConfigSpec::acl_id
uuid acl_id
Definition:
policy_config_spec.h:18
PolicyConfigSpec
Definition:
policy_config_spec.h:13
PolicyConfigSpec::inbound
bool inbound
Definition:
policy_config_spec.h:17
PolicyConfigSpec::name
std::string name
Definition:
policy_config_spec.h:16
contrail
controller
src
vnsw
agent
filter
policy_config_spec.h
Generated by
1.8.5