vSAN Management API


Data Object - VsanMountPrecheckItem(vim.vsan.MountPrecheckItem)

Property of
VsanMountPrecheckResult
Extended by
VsanDatastoreSourcePrecheckItem, VsanMountPrecheckNetworkConnectivityResult, VsanMountPrecheckNetworkLatencyResult
Extends
DynamicData
See also
LocalizableMessage
Since
vSAN 7.0U1

Data Object Description

Precheck result for mounting a remote vSAN datastore. It represents the precheck status and reason for a specific type of precheck.

Properties

Name Type Description
descriptionLocalizableMessage

The description of precheck for mounting remote vSAN datastore.
ignoreMessage*LocalizableMessage[]

The warning information when the item is in "yellow" status but user wants to ignore it and proceed forcefully.

Since 8.0.0.3
reason*LocalizableMessage[]

The reason why the precheck returns unsuccessful result. It contains the error/warning message of the precheck.
statusxsd:string

The status of precheck for mounting remote vSAN datastore. Check VsanHealthStatusType for all possible statuses.
See VsanHealthStatusType

typexsd:string

The type of precheck for mounting remote vSAN datastore. All supported types are defined in below enumerations: VimVsanMountPrecheckType, vim.vsan.MountPrecheckTypeDIT.
See VimVsanMountPrecheckType
See vim.vsan.MountPrecheckTypeDIT
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition