CheckResult

CheckResult
CheckResult

The result of a call to any of the methods in either VirtualMachineCompatibilityChecker or VirtualMachineProvisioningChecker.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "warning": [
        {
            "_typeName": "string",
            "faultCause": "MethodFault Object",
            "faultMessage": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "arg": [
                        {
                            "_typeName": "string",
                            "key": "string",
                            "value": {
                                "_typeName": "string"
                            }
                        }
                    ],
                    "message": "string"
                }
            ]
        }
    ],
    "error": [
        {
            "_typeName": "string",
            "faultCause": "MethodFault Object",
            "faultMessage": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "arg": [
                        {
                            "_typeName": "string",
                            "key": "string",
                            "value": {
                                "_typeName": "string"
                            }
                        }
                    ],
                    "message": "string"
                }
            ]
        }
    ]
}
vm
Optional

Reference to an instance of the VirtualMachine managed object.

host
Optional

Reference to an instance of the HostSystem managed object.

warning
Optional

A list of faults representing problems which may require attention, but which are not fatal.

error
Optional

A list of faults representing problems which are fatal to the operation.

For VirtualMachineProvisioningChecker an error means that the given provisioning operation would fail. For VirtualMachineCompatibilityChecker an error means that either a power-on of this virtual machine would fail, or that the virtual machine would not run correctly once powered-on.