VVolVmConfigFileUpdateResultFailedVmConfigFileInfo

VVolVmConfigFileUpdateResultFailedVmConfigFileInfo
VVolVmConfigFileUpdateResultFailedVmConfigFileInfo

Information of the failed update on the virtual machine config file.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
            }
        ]
    }
}
string
targetConfigVVolId
Required

The target virtual machine config VVol ID

string
dsPath
Optional

Datastore path for the virtual machine that failed to recover

fault
Required

The reason why the update failed.