Class HyperVServerVirtualMachineDvdDrive
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a DVD drive in a Hyper-V virtual machine.
public class HyperVServerVirtualMachineDvdDrive : HyperVServerVirtualMachineDriveBase, IComparable<HyperVServerVirtualMachineDriveBase>
- Inheritance
-
HyperVServerVirtualMachineDvdDrive
- Implements
- Inherited Members
Constructors
HyperVServerVirtualMachineDvdDrive()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineDvdDrive class.
public HyperVServerVirtualMachineDvdDrive()
Properties
MediaType
Gets or sets the media type of the DVD drive.
public HyperVServerVirtualMachineDvdDriveMediaType MediaType { get; set; }
Property Value
MediaTypeString
Gets the media type of the DVD drive.
public string MediaTypeString { get; set; }
Property Value
Path
Gets or sets the media path.
public string Path { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineDvdDrive cloned from this object.
public HyperVServerVirtualMachineDvdDrive Clone()
Returns
- HyperVServerVirtualMachineDvdDrive
A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineDvdDrive.