VsanHostCimProviderInfo

VsanHostCimProviderInfo
VsanHostCimProviderInfo

The CIM provider installation status on the host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "cimProviderSupported": false,
    "installedCIMProvider": "string",
    "cimProviderOnHcl": [
        "string"
    ],
    "cimProviderLinksOnHcl": [
        {
            "_typeName": "string",
            "url": "string",
            "sha1sum": "string",
            "formatType": "string",
            "itemId": "string"
        }
    ]
}
boolean
cimProviderSupported
Optional

True If the installed CIM provider has the correct version with the one recommended in the HCL DB or no supported CIM provider in the HCL DB

string
installedCIMProvider
Optional

The host installed CIM provider version

array of string
cimProviderOnHcl
Optional

The recommended CIM provider version on HCL.

This field will be unset if there is no supported CIM provider for the controller

cimProviderLinksOnHcl
Optional

If the CIM provider shows up on the HCL, this field will list locations from which one can get the CIM provider installing package.

There is a one-to-one correspondence between this field and cimProviderOnHcl.