vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanHostDiskMapping(vim.vsan.host.DiskMapping)
- Property of
- VsanHostConfigInfoStorageInfo, VsanHostDiskMapInfo, VsanHostDiskMapResult, VsanUpgradeSystemPreflightCheckResult, VsanUpgradeSystemUpgradeHistoryDiskGroupOp
- Parameter to
- InitializeDisks_Task, RemoveDiskMapping_Task, UnmountDiskMapping_Task
- Extends
- DynamicData
- See also
- HostScsiDisk
- Since
- vSphere API Release 5.5
Data Object Description
A VsanHostDiskMapping is a set of one SSD HostScsiDisk backed by a set of one or more non-SSD HostScsiDisk. The maximum allowed VsanHostDiskMapping for a host is 5. A maximum set of 7 non-SSDs HostScsiDisk can be added to the one SSD HostScsiDisk.See VsanHostConfigInfoStorageInfo
See vim.host.VsanSystem#initializeDisks(DiskMapping[])
Properties
Name | Type | Description |
---|---|---|
nonSsd | HostScsiDisk[] |
Set of non-SSD backing HostScsiDisk.
|
ssd | HostScsiDisk |
SSD HostScsiDisk.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |