#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()
| AgentUtXmlVmInterface::~AgentUtXmlVmInterface |
( |
| ) |
|
◆ NodeType()
| string AgentUtXmlVmInterface::NodeType |
( |
| ) |
|
|
virtual |
◆ ReadXml()
| bool AgentUtXmlVmInterface::ReadXml |
( |
| ) |
|
|
virtual |
◆ ToString()
| void AgentUtXmlVmInterface::ToString |
( |
std::string * |
str | ) |
|
|
virtual |
◆ ToXml()
| bool AgentUtXmlVmInterface::ToXml |
( |
pugi::xml_node * |
parent | ) |
|
|
virtual |
◆ add_nova_
| bool AgentUtXmlVmInterface::add_nova_ |
|
private |
◆ fat_flow_port_
| std::vector<uint16_t> AgentUtXmlVmInterface::fat_flow_port_ |
|
private |
◆ ip_
| std::string AgentUtXmlVmInterface::ip_ |
|
private |
◆ mac_
| std::string AgentUtXmlVmInterface::mac_ |
|
private |
◆ parent_vmi_
| std::string AgentUtXmlVmInterface::parent_vmi_ |
|
private |
◆ vlan_tag_
| uint16_t AgentUtXmlVmInterface::vlan_tag_ |
|
private |
◆ vm_name_
| std::string AgentUtXmlVmInterface::vm_name_ |
|
private |
◆ vm_uuid_
◆ vn_name_
| std::string AgentUtXmlVmInterface::vn_name_ |
|
private |
◆ vn_uuid_
◆ vrf_
| std::string AgentUtXmlVmInterface::vrf_ |
|
private |
The documentation for this class was generated from the following files: