#include <test_xml_oper.h>
|
| AgentUtXmlVmInterface (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) |
|
| ~AgentUtXmlVmInterface () |
|
virtual bool | ReadXml () |
|
virtual bool | ToXml (pugi::xml_node *parent) |
|
virtual std::string | NodeType () |
|
virtual void | ToString (std::string *str) |
|
| AgentUtXmlConfig (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) |
|
| AgentUtXmlConfig (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, bool gen_xml, AgentUtXmlTestCase *test_case) |
|
virtual | ~AgentUtXmlConfig () |
|
const boost::uuids::uuid & | id () const |
|
| AgentUtXmlNode (const std::string &name, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) |
|
| AgentUtXmlNode (const std::string &name, const pugi::xml_node &node, bool gen_xml, AgentUtXmlTestCase *test_case) |
|
virtual | ~AgentUtXmlNode () |
|
virtual bool | Run () |
|
void | set_gen_xml (bool val) |
|
bool | gen_xml () const |
|
bool | op_delete () const |
|
void | set_op_delete (bool val) |
|
const std::string & | name () const |
|
const pugi::xml_node & | node () const |
|
AgentUtXmlTestCase * | test_case () |
|
Definition at line 71 of file test_xml_oper.h.
AgentUtXmlVmInterface::~AgentUtXmlVmInterface |
( |
| ) |
|
string AgentUtXmlVmInterface::NodeType |
( |
| ) |
|
|
virtual |
bool AgentUtXmlVmInterface::ReadXml |
( |
| ) |
|
|
virtual |
void AgentUtXmlVmInterface::ToString |
( |
std::string * |
str | ) |
|
|
virtual |
bool AgentUtXmlVmInterface::ToXml |
( |
pugi::xml_node * |
parent | ) |
|
|
virtual |
bool AgentUtXmlVmInterface::add_nova_ |
|
private |
std::vector<uint16_t> AgentUtXmlVmInterface::fat_flow_port_ |
|
private |
std::string AgentUtXmlVmInterface::ip_ |
|
private |
std::string AgentUtXmlVmInterface::mac_ |
|
private |
std::string AgentUtXmlVmInterface::parent_vmi_ |
|
private |
uint16_t AgentUtXmlVmInterface::vlan_tag_ |
|
private |
std::string AgentUtXmlVmInterface::vm_name_ |
|
private |
std::string AgentUtXmlVmInterface::vn_name_ |
|
private |
std::string AgentUtXmlVmInterface::vrf_ |
|
private |
The documentation for this class was generated from the following files: