vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VimVsanHostDiskMappingCreationSpec(vim.vsan.host.DiskMappingCreationSpec)
- Property of
- VsanPrepareVsanForVcsaSpec
- Parameter to
- InitializeDiskMappings
- Extends
- DynamicData
- See also
- HostScsiDisk, HostSystem
- Since
- vSphere API 6.0
Data Object Description
Specification for vSAN disk group creation. It is used for semi-automatic disk claim on specific host for vSAN service, both hybrid and all flash disk groups could be created with this specification. It could be used to create new disk group, and append new disks to existing vSAN disk group.Properties
| Name | Type | Description |
|---|---|---|
| cacheDisks* | HostScsiDisk[] |
Disk(s) to be used as cache tier of disk group.
If the specification is used to create new disk group,
disk(s) set to this field must not be used by vSAN,
and this field is required;
if the specification is used to append disk(s) to
existing disk group, this field is optional, and cannot
accept more than one disk, and disk specified here should
be the cache tier of existing disk group.
|
| capacityDisks | HostScsiDisk[] |
Disk(s) to be used as capacity tier of disk group. All disk(s)
specified to this field, must not be used by vSAN.
|
| creationType | xsd:string |
Disk group type to create. See VimVsanHostDiskMappingCreationSpecDiskMappingCreationType |
| host | ManagedObjectReference
to a HostSystem |
Target host to create vSAN disk group.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |