VsanPeerHostConnectivityHealthState_enum
VsanPeerHostConnectivityHealthState_enum
The vSAN interhost connectivity health state.
Possible values:
STATE_GOOD
: connection to peer is healthy.STATE_SSL_ERROR
: connection to peer failed with ssl error.STATE_CONNECTION_REFUSED_ERROR
: connection to peer failed with connection refused error.STATE_SOCKET_TIMEOUT
: connection to peer failed with socket timeout error.STATE_HTTP_EXCEPTION
: connection to peer failed with http exception.STATE_MEMORY_ERROR
: connection to peer failed with memory error.STATE_SYSTEM_ERROR
: connection to peer failed with system rrror.STATE_OS_ERROR
: connection to peer failed with os error.STATE_GENERAL_EXCEPTION
: connection to peer failed with general exception.STATE_UNKNOWN
: connectino to peer failed with unknown issue.
This data structure has no properties.
Enumeration:
STATE_GOOD,
STATE_SSL_ERROR,
STATE_CONNECTION_REFUSED_ERROR,
STATE_SOCKET_TIMEOUT,
STATE_HTTP_EXCEPTION,
STATE_MEMORY_ERROR,
STATE_SYSTEM_ERROR,
STATE_OS_ERROR,
STATE_GENERAL_EXCEPTION,
STATE_UNKNOWN,