Health_Status

Health_Status
Health_Status

Represents system status of a particular check. Note: This enumeration is restricted for VMware internal use only.
OK : The check is successful, i.e. the entity can transition to the target state.
WAIT : The check is still running. Check the {#member CheckStatus.waitDuration} to see the expected wait time.
NOT_OK : The check has failed, i.e. the entity is not ready to transition to the target state. Any reported issues in the {#member CheckStatus.issues} field need to resolved.

This data structure has no properties.
Enumeration: OK, WAIT, NOT_OK,