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

#include <test_xml_oper.h>

Inheritance diagram for AgentUtXmlNova:
Collaboration diagram for AgentUtXmlNova:

Public Member Functions

 AgentUtXmlNova (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, AgentUtXmlTestCase *test_case)
 
 ~AgentUtXmlNova ()
 
virtual bool ReadXml ()
 
virtual bool ToXml (pugi::xml_node *parent)
 
virtual std::string NodeType ()
 
virtual void ToString (std::string *str)
 
virtual bool Run ()
 
- Public Member Functions inherited from AgentUtXmlConfig
 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::uuidid () const
 
- Public Member Functions inherited from AgentUtXmlNode
 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 ()
 
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
 
AgentUtXmlTestCasetest_case ()
 

Private Attributes

std::string mac_
 
std::string vm_name_
 
boost::uuids::uuid vn_uuid_
 
boost::uuids::uuid vm_uuid_
 
std::string ip_
 

Additional Inherited Members

- Protected Member Functions inherited from AgentUtXmlConfig
void AddIdPerms (pugi::xml_node *parent)
 
- Protected Attributes inherited from AgentUtXmlNode
pugi::xml_node gen_node_
 

Detailed Description

Definition at line 236 of file test_xml_oper.h.

Constructor & Destructor Documentation

AgentUtXmlNova::AgentUtXmlNova ( const std::string &  name,
const boost::uuids::uuid uuid,
const pugi::xml_node &  node,
AgentUtXmlTestCase test_case 
)

Definition at line 834 of file test_xml_oper.cc.

AgentUtXmlNova::~AgentUtXmlNova ( )

Definition at line 840 of file test_xml_oper.cc.

Member Function Documentation

string AgentUtXmlNova::NodeType ( )
virtual

Implements AgentUtXmlNode.

Definition at line 894 of file test_xml_oper.cc.

bool AgentUtXmlNova::ReadXml ( )
virtual

Reimplemented from AgentUtXmlConfig.

Definition at line 843 of file test_xml_oper.cc.

Here is the call graph for this function:

bool AgentUtXmlNova::Run ( void  )
virtual

Reimplemented from AgentUtXmlNode.

Definition at line 898 of file test_xml_oper.cc.

Here is the call graph for this function:

void AgentUtXmlNova::ToString ( std::string *  str)
virtual

Reimplemented from AgentUtXmlConfig.

Definition at line 888 of file test_xml_oper.cc.

Here is the call graph for this function:

bool AgentUtXmlNova::ToXml ( pugi::xml_node *  parent)
virtual

Implements AgentUtXmlNode.

Definition at line 883 of file test_xml_oper.cc.

Member Data Documentation

std::string AgentUtXmlNova::ip_
private

Definition at line 253 of file test_xml_oper.h.

std::string AgentUtXmlNova::mac_
private

Definition at line 249 of file test_xml_oper.h.

std::string AgentUtXmlNova::vm_name_
private

Definition at line 250 of file test_xml_oper.h.

boost::uuids::uuid AgentUtXmlNova::vm_uuid_
private

Definition at line 252 of file test_xml_oper.h.

boost::uuids::uuid AgentUtXmlNova::vn_uuid_
private

Definition at line 251 of file test_xml_oper.h.


The documentation for this class was generated from the following files: