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

Public Types | |
| enum | FillType { STRING , SET , VECTOR } |
Public Member Functions | |
| void | Reset () |
| UveTagData () | |
| UveTagData (FillType type) | |
Public Attributes | |
| std::string | application |
| std::string | tier |
| std::string | site |
| std::string | deployment |
| std::string | labels |
| std::set< string > | label_set |
| std::vector< string > | label_vector |
| std::string | custom_tags |
| std::set< string > | custom_tag_set |
| std::vector< string > | custom_tag_vector |
| FillType | fill_type |
Definition at line 20 of file agent_uve_base.h.
| enum UveTagData::FillType |
| Enumerator | |
|---|---|
| STRING | |
| SET | |
| VECTOR | |
Definition at line 21 of file agent_uve_base.h.
|
inline |
|
inline |
|
inline |
Definition at line 42 of file agent_uve_base.h.
| std::string UveTagData::application |
Definition at line 26 of file agent_uve_base.h.
| std::set<string> UveTagData::custom_tag_set |
Definition at line 39 of file agent_uve_base.h.
| std::vector<string> UveTagData::custom_tag_vector |
Definition at line 40 of file agent_uve_base.h.
| std::string UveTagData::custom_tags |
Definition at line 38 of file agent_uve_base.h.
| std::string UveTagData::deployment |
Definition at line 29 of file agent_uve_base.h.
| FillType UveTagData::fill_type |
Definition at line 41 of file agent_uve_base.h.
| std::set<string> UveTagData::label_set |
Definition at line 33 of file agent_uve_base.h.
| std::vector<string> UveTagData::label_vector |
Definition at line 34 of file agent_uve_base.h.
| std::string UveTagData::labels |
Definition at line 32 of file agent_uve_base.h.
| std::string UveTagData::site |
Definition at line 28 of file agent_uve_base.h.
| std::string UveTagData::tier |
Definition at line 27 of file agent_uve_base.h.