OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VrfTranslateActionSpec Struct Reference

#include <acl_entry_spec.h>

Collaboration diagram for VrfTranslateActionSpec:

Public Member Functions

 VrfTranslateActionSpec ()
 
 VrfTranslateActionSpec (std::string vrf_name, bool ignore_acl)
 
const std::string & vrf_name () const
 
bool ignore_acl () const
 
void set_vrf_name (const std::string &vrf_name)
 
void set_ignore_acl (bool ignore_acl)
 

Public Attributes

std::string vrf_name_
 
bool ignore_acl_
 

Detailed Description

Definition at line 50 of file acl_entry_spec.h.

Constructor & Destructor Documentation

VrfTranslateActionSpec::VrfTranslateActionSpec ( )
inline

Definition at line 51 of file acl_entry_spec.h.

VrfTranslateActionSpec::VrfTranslateActionSpec ( std::string  vrf_name,
bool  ignore_acl 
)
inline

Definition at line 52 of file acl_entry_spec.h.

Member Function Documentation

bool VrfTranslateActionSpec::ignore_acl ( ) const
inline

Definition at line 55 of file acl_entry_spec.h.

void VrfTranslateActionSpec::set_ignore_acl ( bool  ignore_acl)
inline

Definition at line 59 of file acl_entry_spec.h.

Here is the call graph for this function:

void VrfTranslateActionSpec::set_vrf_name ( const std::string &  vrf_name)
inline

Definition at line 56 of file acl_entry_spec.h.

Here is the call graph for this function:

const std::string& VrfTranslateActionSpec::vrf_name ( ) const
inline

Definition at line 54 of file acl_entry_spec.h.

Member Data Documentation

bool VrfTranslateActionSpec::ignore_acl_

Definition at line 63 of file acl_entry_spec.h.

std::string VrfTranslateActionSpec::vrf_name_

Definition at line 62 of file acl_entry_spec.h.


The documentation for this struct was generated from the following file: