vSAN Management API


Data Object - VimVsanHostVsanManagedDisksInfo(vim.vsan.host.VsanManagedDisksInfo)

Returned by
QueryVsanManagedDisks
Extends
DynamicData
See also
VimVsanHostDiskMapInfoEx, VimVsanHostStoragePoolInfo, VimVsanHostVsanDirectStorage, VimVsanHostVsanManagedPMemInfo
Since
vSAN 7.0U1

Data Object Description

This class includes the information of vSAN disk mapping, storage pool disk for vSAN datastore and the vSAN direct storages like VMFS datastores backing by SCSI disks. The vSAN direct storages are the host local storages managing by vSAN though it doesn't contribute storage resource to vSAN datastore. For vSAN datastore disks, either disk mapping or storage pool disk can be present in the result, except during host upgrade and DFC.

Properties

Name Type Description
storagePools*VimVsanHostStoragePoolInfo[]

vSAN storage pool information.

Since 8.0.0.1
vSANDirectDisks*VimVsanHostVsanDirectStorage[]

vSAN direct disks, which are claimed from the vSAN API InitializeDiskMappings
vSANDiskMapInfo*VimVsanHostDiskMapInfoEx[]

vSAN disk mapping information for vSAN datastore.
vSANPMemInfo*VimVsanHostVsanManagedPMemInfo

Deprecated. as of vSphere 9.0 APIs with no replacement.

vSAN managed PMem information.

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