Example #1
0
        public VmInfoReturnContainer(object[] input)
        {
            XmlDocument ResultDocument;

            ResultDocument = GetCleanXmlDocument(input);

            XmlNode VmNode         = ResultDocument.SelectSingleNode("VM");
            var     monitoringNode = VmNode.SelectSingleNode("MONITORING");


#nullable enable