vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - LifecyclePreCheckResult(vim.vsan.LifecyclePreCheckResult)
- Property of
- VsanVcLifecycleCheckResult
- Extends
- DynamicData
- See also
- LocalizableMessage
- Since
- 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 messageProperties
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.
|
status | xsd: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 |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |