Data Object - VimVsanHostDiskMapInfoEx(vim.vsan.host.DiskMapInfoEx)

Property of
VimVsanHostVsanManagedDisksInfo
Returned by
QueryDiskMappings
Extends
DynamicData
See also
VsanDataEfficiencyConfig, VsanDataEncryptionConfig, VsanHostDiskMapping
Since
vSphere API 6.0

Data Object Description

DiskMapInfoEx is used to present information of a Virtual disk group. It extended vim.vsan.host.DiskMapInfo, added fields all-flash and space efficiency settings on this disk group.

Properties

Name Type Description
dataEfficiencyConfig*VsanDataEfficiencyConfig

The data efficiency configuration on this disk group. dedupEnabled in dataEfficiencyConfig will be set when both vSAN deduplication and compression are enabled. compressionEnabled in dataEfficiencyConfig will be set when compression-only is enabled. dedupEnabled and compressionEnabled will not be set at the same time (i.e. mutually-exclusive True). For more details refer to VsanDataEfficiencyConfig

Since vSAN API 7.2
encryptionInfo*VsanDataEncryptionConfig

vSAN encryption metadata for the disk group.

Since vSAN API 6.6
isAllFlashxsd:boolean

Whether this disk group is all flash disk group.
isDataEfficiency*xsd:boolean

This field will be True if both vSAN deduplication and compression are enabled, or only compression is enabled on this disk group. Check dataEfficiencyConfig for more details.
isMountedxsd:boolean

Whether this disk group is mounted to this host. For an unmounted disk group, it cannot be used for vSAN I/O on this host. To make unmounted disk group contribute to vSAN I/O, please try vim.host.VsanSystem.InitializeDisks and vim.host.VsanSystem.AddDisks.
mappingVsanHostDiskMapping

The disk structure of this vSAN disk group.
unlockedEncrypted*xsd:boolean

Whether encryption keys for this disk group are loaded. If vSAN encryption is on and the encryption keys are not loaded for the disk group, the disk group cannot be used for vSAN I/O on this host.

Since vSAN API 6.6
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition