VsanResourceHealth

VsanResourceHealth
VsanResourceHealth

The generic class for the vSAN resource health.

The resource can be any vSAN entity like physical disk, vSAN object etc.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "resource": "string",
    "health": "string",
    "description": "string"
}
string
resource
Required

The vSAN resource UUID

string
health
Required

The vSAN resource health status.

All of possible value will be "green", "yellow" and "red"

string
description
Optional

The description for the vSAN resource health status