Class HyperVServerVirtualMachineDvdDrives
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the DVD drives configured for a Hyper-V virtual machine.
public class HyperVServerVirtualMachineDvdDrives : BypassSection
- Inheritance
-
HyperVServerVirtualMachineDvdDrives
- Inherited Members
Constructors
HyperVServerVirtualMachineDvdDrives()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineDvdDrives class.
public HyperVServerVirtualMachineDvdDrives()
Properties
Items
Gets or sets the items in the collection.
public HyperVServerVirtualMachineDvdDriveCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineDvdDrives class from the specified XML.
public static HyperVServerVirtualMachineDvdDrives FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- HyperVServerVirtualMachineDvdDrives
A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineDvdDrives class.
ToString()
Returns the DVD drives as a human readable string.
public override string ToString()
Returns
- string
The DVD drives as a human readable string.