HostIncompatibleForRecordReplay
HostIncompatibleForRecordReplay
Deprecated as of vSphere API 6.0.
This fault is thrown when an attempt is made record or replay a virtual machine on a host that is incompatible.
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"
}
],
"hostName": "string",
"reason": "string"
}
string
hostName
Optional
hostName
string
reason
Optional
The specific reason why the host does not support record/replay.
Values should come from HostIncompatibleForRecordReplayReasonEnum.