Enum - VirtualDeviceConnectInfoMigrateConnectOp(vim.vm.device.VirtualDevice.ConnectInfo.MigrateConnectOp)

Since
vSphere API 6.7


Enum Description

Contains information about connectable virtual devices when the virtual machine restores from a migration.

Enum Constants

NameDescription
connect Attempt to connect the virtual device when the virtual machine restores from a migration. This property has no effect if it is set on a device that is already connected.
disconnect Attempt to disconnect the virtual device when the virtual machine restores from a migration. This property has no effect if it is set on a device that is already disconnected.
unset Unset the property, which resets the device to its default state. Under most circumstances, a device will return to the same connection state before the migration was initiated.

Show WSDL type definition