Class VMwareHostHardwareDevice
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an individual hardware device within a VMware host system.
public class VMwareHostHardwareDevice : GlobalSerializableClassicBase, IComparable<VMwareHostHardwareDevice>
- Inheritance
-
VMwareHostHardwareDevice
- Implements
Constructors
VMwareHostHardwareDevice()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareHostHardwareDevice class.
public VMwareHostHardwareDevice()
Properties
CollectionIndex
Gets or sets the index used by the data comparer - for example "440BX/ZX/DX - 82443BX/ZX/DX Host bridge #2 [00:07.7]".
public string CollectionIndex { get; }
Property Value
DisplayName
Gets the display name of this device - for example "440BX/ZX/DX - 82443BX/ZX/DX Host bridge #2".
public string DisplayName { get; set; }
Property Value
ID
Gets or sets the unique ID of this hardware device - for example "00:07.7".
public string ID { get; set; }
Property Value
Manufacturer
Gets or sets the name of the hardware vendor that produced this device - for example "LSI Logic / Symbios Logic".
public string Manufacturer { get; set; }
Property Value
Name
Gets or sets the name of this hardware device - for example "440BX/ZX/DX - 82443BX/ZX/DX Host bridge".
public string Name { get; set; }
Property Value
Slot
Gets or sets the slot identifier of this PCI device.
public int Slot { get; set; }
Property Value
Methods
CompareTo(VMwareHostHardwareDevice)
Compares two CENTREL.XIA.Configuration.Types.VMwareHostHardwareDevice objects to allow sorting alphabetically by display name.
public int CompareTo(VMwareHostHardwareDevice other)
Parameters
other
VMwareHostHardwareDeviceThe CENTREL.XIA.Configuration.Types.VMwareHostHardwareDevice to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.VMwareHostHardwareDevice objects.