vSAN Management API


Data Object - VsanSiteMaintenancePrecheckDetail(vim.vsan.SiteMaintenancePrecheckDetail)

Property of
VsanSiteMaintenanceResourceCheckResult
Extends
DynamicData
See also
LocalizableMessage
Since
vSphere API Release 9.1.0.0

Data Object Description

Detailed information about a precheck item for fault domain maintenance operations.

Properties

Name Type Description
message*LocalizableMessage

Informative and localizable messages providing details about the test result.
testNamexsd:string

The name of the precheck test item.
testStatusxsd:string

The result of the precheck item. Possible values are:
  • "green": The test passed with no issues.
  • "yellow": The test passed with warnings. There are non-critical issues that should be reviewed before proceeding.
  • "red": The test failed due to critical issues that must be resolved.
Site Maintenance Operation Criteria:
  • When all test results are "green": The fault domain maintenance operation can proceed and is expected to complete successfully.
  • When test results include "yellow": The fault domain maintenance operation can proceed, but administrators should review the warnings and understand potential impacts.
  • When any test result is "red": The fault domain maintenance operation cannot proceed until the critical issues are resolved.

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