HostHasComponentFailure
HostHasComponentFailure
The host has a component failure and thus can cause issues for VMs running or to be running on it.
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",
"componentType": "string",
"componentName": "string"
}
string
hostName
Required
The host that has the component failure.
string
componentType
Required
The type of the component that has failed.
Values come from HostHasComponentFailureHostComponentTypeEnum.
string
componentName
Required
The name of the component that has failed.