Table of Contents

Class VMwareHostHardwareDevices

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

Represents a collection of hardware devices within a VMware host system.

public class VMwareHostHardwareDevices : GlobalSerializableClassicBase
Inheritance
VMwareHostHardwareDevices

Constructors

VMwareHostHardwareDevices()

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

public VMwareHostHardwareDevices()

Properties

Items

Gets or sets the items in the collection.

public VMwareHostHardwareDeviceCollection Items { get; set; }

Property Value

VMwareHostHardwareDeviceCollection

Methods

FindByID(string)

Returns the hardware device with the specified ID, or null if no device with the specified ID is found.

public VMwareHostHardwareDevice FindByID(string id)

Parameters

id string

The unique ID of the hardware device to locate.

Returns

VMwareHostHardwareDevice

The CENTREL.XIA.Configuration.Types.VMwareHostHardwareDevice with the specified ID.

FindDeviceNameByID(string)

Returns the name of the device with the specified device ID, or an empty string if no device with the specified ID is found.

public string FindDeviceNameByID(string id)

Parameters

id string

The unique ID of the hardware device to locate.

Returns

string

The name of the CENTREL.XIA.Configuration.Types.VMwareHostHardwareDevice with the specified ID.

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.VMwareHostHardwareDevices class from the specified XML.

public static VMwareHostHardwareDevices FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

VMwareHostHardwareDevices

A CENTREL.XIA.Configuration.Types.VMwareHostHardwareDevices class.