Data Object - LifecyclePreCheckResult(vim.vsan.LifecyclePreCheckResult)

Property of
VsanVcLifecycleCheckResult
Extends
DynamicData
See also
LocalizableMessage
Since
vSAN API 7.3

Data Object Description

Precheck result required by lifecycle manager/vLCM. The type attribute represents the type of check performed. The status attribute represents the result of the check: green) The check passed yellow) A non-blocking check failed. The reason attribute will contain the failure message red) A blocking check failed. The reason attribute will contain the failure message

Properties

Name Type Description
description*LocalizableMessage

The description of the lifecycle check.
reason*LocalizableMessage

The reason why the lifecycle check returned an unsuccessful result. It contains the error/warning message of the lifecycle check.
statusxsd:string

The status of the lifecycle check: green, yellow or red.
See VsanHealthStatusType

type*xsd:string

The check type. Check VimVsanLifecyclePreCheckType for all possible types.
See VimVsanLifecyclePreCheckType

Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition