VsanMountPrecheckItem
Precheck result for mounting a remote vSAN datastore.
It represents the precheck status and reason for a specific type of precheck.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"type": "string",
"description": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
},
"status": "string",
"reason": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"ignoreMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
The type of precheck for mounting remote vSAN datastore.
All supported types are defined in below enumerations: VimVsanMountPrecheckTypeEnum, VimVsanMountPrecheckTypeDITEnum.
See also VimVsanMountPrecheckTypeEnum, VimVsanMountPrecheckTypeDITEnum.
The description of precheck for mounting remote vSAN datastore.
The status of precheck for mounting remote vSAN datastore.
Check VsanHealthStatusTypeEnum for all possible statuses.
See also VsanHealthStatusTypeEnum.
The reason why the precheck returns unsuccessful result.
It contains the error/warning message of the precheck.
The warning information when the item is in "yellow" status but user wants to ignore it and proceed forcefully.