Table of Contents

Class VMwareVirtualHardwareDeviceConnection

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

Represents the connection information for a virtual hardware device in a VMware virtual machine.

public class VMwareVirtualHardwareDeviceConnection : GlobalSerializableClassicBase
Inheritance
VMwareVirtualHardwareDeviceConnection

Constructors

VMwareVirtualHardwareDeviceConnection()

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

public VMwareVirtualHardwareDeviceConnection()

Properties

AllowGuestControl

Gets or sets whether the device suppors the ability to connect and disconnect the device.

public BooleanOption AllowGuestControl { get; set; }

Property Value

BooleanOption

Connectable

Gets or sets whether the device supports the ability to be connected.

public BooleanOption Connectable { get; set; }

Property Value

BooleanOption

Connected

Gets or sets whether the device was connected at the time of the scan.

public BooleanOption Connected { get; set; }

Property Value

BooleanOption

StartConnected

Gets or sets whether the device should be connected when the virtual machine is powered on.

public BooleanOption StartConnected { get; set; }

Property Value

BooleanOption

Methods

ToString()

Returns the CENTREL.XIA.Configuration.Types.VMwareVirtualHardwareDeviceConnection as a human readable string.

public override string ToString()

Returns

string

A System.String that represents the object.