vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
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 |
---|---|---|
description | LocalizableMessage |
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.
|
status | xsd:string |
The status of precheck for mounting remote vSAN datastore.
Check VsanHealthStatusType for all possible statuses. See VsanHealthStatusType |
type | xsd: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 |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |