PowerOnFtSecondaryFailed
The PowerOnFtSecondaryFailed fault is thrown when the system is unable to power on a Fault Tolerance secondary virtual machine.
It includes a list of failures on different hosts.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"vmName": "string",
"hostSelectionBy": "string",
"hostErrors": [
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
],
"rootCause": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
The name of the primary virtual machine corresponding to the secondary that is to be powered on.
HostSelectionType defines how the host was selected
Possible values:
user
: The host was specified by the uservc
: The host was selected by Virtual Centerdrs
: The host was selected by DRS
Information on why the system can not power on a Fault Tolerance secondary virtual machine on specific hosts.
Everything in the array should be FtIssuesOnHost.
The base data object type for all the object model faults that an application might handle.