Class XmlVnicPassThroughModeReader
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.xml.XmlVnicPassThroughModeReader
-
public class XmlVnicPassThroughModeReader extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlVnicPassThroughModeReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<VnicPassThroughMode>
readMany(XmlReader reader)
static VnicPassThroughMode
readOne(XmlReader reader)
-
-
-
Method Detail
-
readOne
public static VnicPassThroughMode readOne(XmlReader reader)
-
readMany
public static List<VnicPassThroughMode> readMany(XmlReader reader)
-
-