ArrayOfHostUnresolvedVmfsVolume
ArrayOfHostUnresolvedVmfsVolume
A boxed array of HostUnresolvedVmfsVolume. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"extent": [
{
"_typeName": "string",
"device": {
"_typeName": "string",
"diskName": "string",
"partition": 0
},
"devicePath": "string",
"vmfsUuid": "string",
"isHeadExtent": false,
"ordinal": 0,
"startBlock": 0,
"endBlock": 0,
"reason": "string"
}
],
"vmfsLabel": "string",
"vmfsUuid": "string",
"totalBlocks": 0,
"resolveStatus": {
"_typeName": "string",
"resolvable": false,
"incompleteExtents": false,
"multipleCopies": false
}
}
]
}