SnapshotIncompatibleDeviceInVm
SnapshotIncompatibleDeviceInVm
Thrown if a snapshot operation cannot be performed on account of an incompatible device.
This fault can be thrown for instance if a virtual machine uses a raw disk or a shared bus controller.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
fault
Required
A fault specifies the particular device issue.
This is typically a subclass of VirtualHardwareCompatibilityIssue, such as RawDiskNotSupported, or SharedBusControllerNotSupported.