OpenSDN source code
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() [1/2]

VrfTranslateActionSpec::VrfTranslateActionSpec ( )
inline

Definition at line 51 of file acl_entry_spec.h.

◆ VrfTranslateActionSpec() [2/2]

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

Definition at line 52 of file acl_entry_spec.h.

Member Function Documentation

◆ ignore_acl()

bool VrfTranslateActionSpec::ignore_acl ( ) const
inline

Definition at line 55 of file acl_entry_spec.h.

◆ set_ignore_acl()

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:

◆ set_vrf_name()

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:

◆ vrf_name()

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

Definition at line 54 of file acl_entry_spec.h.

Member Data Documentation

◆ ignore_acl_

bool VrfTranslateActionSpec::ignore_acl_

Definition at line 63 of file acl_entry_spec.h.

◆ vrf_name_

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: