Table of Contents

Class VMwareVirtualCdromDevice

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a virtual CD-ROM device in a VMware virtual machine.

public class VMwareVirtualCdromDevice : VMwareVirtualConnectableDeviceBase, IComparable<VMwareVirtualHardwareDeviceBase>
Inheritance
VMwareVirtualCdromDevice
Implements
Inherited Members

Constructors

VMwareVirtualCdromDevice()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareVirtualCdromDevice class.

public VMwareVirtualCdromDevice()

Properties

AdvancedViewOnly

Gets whether this item type is displayed in advanced view only.

public override bool AdvancedViewOnly { get; }

Property Value

bool

CdromDevicePath

Gets or sets the device or ISO file location.

public string CdromDevicePath { get; set; }

Property Value

string

CdromType

Gets or sets the CD-ROM device type.

public VMwareVirtualCdromDeviceType CdromType { get; set; }

Property Value

VMwareVirtualCdromDeviceType

CdromTypeString

Gets the CD-ROM device type as a human readable string.

public string CdromTypeString { get; set; }

Property Value

string