Data Object - VsanClusterConfigPrecheckItem(vim.vsan.ClusterConfigPrecheckItem)

Extends
ClusterComputeResourceValidationResultBase
See also
LocalizableMessage
Since
vSAN API 8.0.0.1

Data Object Description

Precheck validation result for cluster configuration. This is extended from ClusterComputeResourceValidationResultBase description contains the description of the precheck validation. Once the precheck validation completes, result will be set to one of the possible statuses as in VsanHealthStatusType. If any of the precheck validation fails, the reason for the failure is available at info This class is currently used by the api vim.cluster.VsanVcClusterConfigSystem#ValidateConfigSpec to return results

Properties

Name Type Description
description*LocalizableMessage

The description of the configuration precheck.
statusxsd:string

The status of cluster precheck operation. Check VsanHealthStatusType for all possible statuses.
See VsanHealthStatusType

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