Data Object - VimVsanHostQueryVsanDisksSpec(vim.vsan.host.QueryVsanDisksSpec)

Parameter to
QueryVsanManagedDisks
Extends
DynamicData
Since
vSAN API 8.0.0.1

Data Object Description

Specification to filter vSAN disks by diskName, or by VsanDiskType which is diskGroup type or storagePool type or vSAN directDisk type. If only diskName specified, it will check ssd canonicalName in diskGroup type, disk canonicalName in storagePool and directDisk type. Return when disk name is matched in any type. If only vsanDiskType is specified, it will return all disks belonging to that diskType. If both diskName and vsanDiskType specified, it will find disk(ssd for diskGroup) under this specified disk type.

Properties

Name Type Description
diskName*xsd:string


vsanDiskType*xsd:string


Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition