VsanAddStoragePoolDiskRequestType
VsanAddStoragePoolDiskRequestType
The parameters of VsanAddStoragePoolDisk.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"specs": [
{
"_typeName": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"disks": [
{
"_typeName": "string",
"diskName": "string",
"diskType": "string"
}
]
}
]
}
array of
VsanAddStoragePoolDiskSpec
specs
Optional
The specifications to add disks to vSAN storage pool. Please reference to VimVsanHostAddStoragePoolDiskSpec. Multiple specs can be used by AddStoragePoolDisks to add disks on different hosts in one API call. All hosts should in same vSAN cluster.