VVolVmConfigFileUpdateResult

VVolVmConfigFileUpdateResult
VVolVmConfigFileUpdateResult

VVolVmConfigFileUpdateResult is the result returned by the UpdateVVolVirtualMachineFiles_Task method.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "succeededVmConfigFile": [
        {
            "_typeName": "string",
            "key": "string",
            "value": "string"
        }
    ],
    "failedVmConfigFile": [
        {
            "_typeName": "string",
            "targetConfigVVolId": "string",
            "dsPath": "string",
            "fault": {
                "_typeName": "string",
                "faultCause": "MethodFault Object",
                "faultMessage": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "arg": [
                            {
                                "_typeName": "string",
                                "key": "string",
                                "value": {
                                    "_typeName": "string"
                                }
                            }
                        ],
                        "message": "string"
                    }
                ]
            }
        }
    ]
}
array of KeyValue
succeededVmConfigFile
Optional

Mapping of target config VVol IDs to the target virtual machine config file paths which are successfully updated.

failedVmConfigFile
Optional

The list of virtual machines config files the server has attempted, but failed to update.