ArrayOfHostVmfsSpec
ArrayOfHostVmfsSpec
A boxed array of HostVmfsSpec. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"extent": {
"_typeName": "string",
"diskName": "string",
"partition": 0
},
"blockSizeMb": 0,
"majorVersion": 0,
"volumeName": "string",
"blockSize": 0,
"unmapGranularity": 0,
"unmapPriority": "string",
"unmapBandwidthSpec": {
"_typeName": "string",
"policy": "string",
"fixedValue": 0,
"dynamicMin": 0,
"dynamicMax": 0
}
}
]
}