VsanHostClusterStatusState

VsanHostClusterStatusState
VsanHostClusterStatusState

Data object representing the VSAN node state for a host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "state": "string",
    "completion": {
        "_typeName": "string",
        "completeTime": "string",
        "percentComplete": 0
    }
}
string
state
Required

VSAN node state for this host.

See also VsanHostNodeStateEnum.

completion
Optional

Estimated completion status for transitory node states.

See also VsanHostNodeStateEnum.