ClusterDrsFaultsFaultsByVirtualDisk
ClusterDrsFaultsFaultsByVirtualDisk
The faults generated by storage DRS when it tries to move a virtual disk.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"fault": [
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
],
"disk": {
"_typeName": "string",
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"diskId": 0
}
}
disk
Optional
The virtual disk that storage DRS was trying to migrate when it generated the faults.
If this property is NULL, the fault is not associated with a particular virtual disk.