Data Object - VirtualDeviceConnectInfo(vim.vm.device.VirtualDevice.ConnectInfo)

Property of
VirtualDevice
Extends
DynamicData

Data Object Description

The VirtualDeviceConnectInfo data object type contains information about connectable virtual devices.

Properties

Name Type Description
allowGuestControlxsd:boolean

Enables guest control over whether the connectable device is connected.
connectedxsd:boolean

Indicates whether the device is currently connected. Valid only while the virtual machine is running.
migrateConnect*xsd:string

Specifies whether the virtual machine should override the virtual device connection state upon the completion of a virtual machine migration. This property will always affect the destination virtual machine. If the virtual machine is cloned, then this operation only affects the cloned virtual machine. The migration's success is not dependent on whether the device reaches the desired connection state. This property only applies to VirtualEthernetCards at this time. Any attempt to reconfigure this property on an unsupported device will result in an error. The set of possible values is described in VirtualDeviceConnectInfoMigrateConnectOp.

Since vSphere API 6.7
startConnectedxsd:boolean

Specifies whether or not to connect the device when the virtual machine starts.
status*xsd:string

Indicates the current status of the connectable device. Valid only while the virtual machine is running. The set of possible values is described in VirtualDeviceConnectInfoStatus

Since vSphere API 4.0
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition