Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Fault - DeviceNotSupported(vim.fault.DeviceNotSupported)
- Extended by
- DeviceBackingNotSupported, DeviceControllerNotSupported, DigestNotSupported, FileBackedPortNotSupported, MultiWriterNotSupported, NonPersistentDisksNotSupported, RawDiskNotSupported, RDMNotSupported, RemoteDeviceNotSupported, SharedBusControllerNotSupported, VirtualDiskModeNotSupported, VirtualEthernetCardNotSupported, VMINotSupported
- Extends
- VirtualHardwareCompatibilityIssue
- Since
- 2.0
Fault Description
The virtual machine uses a device type that is not supported on the host.If this fault is returned as a subfault of DisallowedMigrationDeviceAttached, this indicates that although this device may be supported on the destination host, the hosts do not support the requested migration of the virtual machine while using this device.
Properties
Name | Type | Description |
---|---|---|
device | xsd:string |
The label of the device.
|
reason* | xsd:string |
The specific reason why the device is not supported.
Values should come from DeviceNotSupportedReason.
This might not be set if we're not sure of the reason, or
if this doesn't make sense in the context. For example,
in the DisallowedMigrationDeviceAttached context
we already know the problem.
Since VI API 2.5 |
Properties inherited from VirtualHardwareCompatibilityIssue | ||
None | ||
Properties inherited from VmConfigFault | ||
None | ||
Properties inherited from VimFault | ||
None | ||
Properties inherited from MethodFault | ||
faultCause, faultMessage |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |