HostVFlashResourceConfigurationResult
HostVFlashResourceConfigurationResult
vFlash resource configuration result returns the newly-configured backend VFFS volume and operation result for each passed-in SSD device.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"devicePath": [
"string"
],
"vffs": {
"_typeName": "string",
"type": "string",
"name": "string",
"capacity": 0,
"majorVersion": 0,
"version": "string",
"uuid": "string",
"extent": [
{
"_typeName": "string",
"diskName": "string",
"partition": 0
}
]
},
"diskConfigurationResult": [
{
"_typeName": "string",
"devicePath": "string",
"success": false,
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
]
}
array of string
devicePath
Optional
The original array of device path which user had specified
array of HostDiskConfigurationResult
diskConfigurationResult
Optional
Array of device operation results.