OpenSDN source code
|
#include <test_xml_oper.h>
Public Member Functions | |
AgentUtXmlVmInterfaceValidate (const std::string &name, const boost::uuids::uuid &id, const pugi::xml_node &node) | |
virtual | ~AgentUtXmlVmInterfaceValidate () |
virtual bool | ReadXml () |
virtual bool | Validate () |
virtual const std::string | ToString () |
![]() | |
AgentUtXmlValidationNode (const std::string &name, const pugi::xml_node &node) | |
virtual | ~AgentUtXmlValidationNode () |
bool | ReadCmnXml () |
const std::string & | name () const |
uint16_t | id () const |
bool | delete_marked () const |
bool | present () const |
const pugi::xml_node & | node () const |
virtual uint32_t | wait_count () const |
virtual uint32_t | sleep_time () const |
Private Attributes | |
const boost::uuids::uuid | id_ |
std::string | active_ |
std::string | device_type_ |
std::string | vmi_type_ |
uint16_t | vlan_tag_ |
std::vector< uint16_t > | fat_flow_port_ |
boost::uuids::uuid | vn_uuid_ |
Definition at line 319 of file test_xml_oper.h.
AgentUtXmlVmInterfaceValidate::AgentUtXmlVmInterfaceValidate | ( | const std::string & | name, |
const boost::uuids::uuid & | id, | ||
const pugi::xml_node & | node | ||
) |
Definition at line 1095 of file test_xml_oper.cc.
|
virtual |
Definition at line 1101 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 1104 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 1192 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 1142 of file test_xml_oper.cc.
|
private |
Definition at line 331 of file test_xml_oper.h.
|
private |
Definition at line 332 of file test_xml_oper.h.
|
private |
Definition at line 335 of file test_xml_oper.h.
|
private |
Definition at line 330 of file test_xml_oper.h.
|
private |
Definition at line 334 of file test_xml_oper.h.
|
private |
Definition at line 333 of file test_xml_oper.h.
|
private |
Definition at line 337 of file test_xml_oper.h.