VFlashModuleVersionIncompatible

VFlashModuleVersionIncompatible
VFlashModuleVersionIncompatible

The vFlash module version of the vFlash cache asscociated with the virtual disk of a VM is not compatible with the supported versions of the specified vFlash module on the host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "moduleName": "string",
    "vmRequestModuleVersion": "string",
    "hostMinSupportedVerson": "string",
    "hostModuleVersion": "string"
}
string
moduleName
Required

The vFlash module name.

string
vmRequestModuleVersion
Required

The VM request module version.

string
hostMinSupportedVerson
Required

The minimum supported version of the specified module on the host.

string
hostModuleVersion
Required

The verson of the specified module on the host.