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
}
}
completion
Optional
An estimation of the completion of a node state transition; this value may be populated for transitory node states.
See also VsanHostNodeStateEnum.