vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VimVsanHostDiskResultEx(vim.vsan.host.DiskResultEx)
- Extends
- VsanHostDiskResult
- See also
- LocalizedMethodFault
- Since
- vSAN 7.0U3
Data Object Description
A DiskResultEx represents the results of vSAN configuration operation on a HostScsiDisk, and its current eligibility state for use by vSAN.Properties
Name | Type | Description |
---|---|---|
isCapacityFlash* | xsd:boolean |
Check if given disk is capacity flash or not. For eg: If setup is
all flash setup, for capacity tier SSDs, this flag will be true.
Since 8.0.0.3 |
storagePoolDiskError* | LocalizedMethodFault |
Error information corresponding to the storagePoolDiskState. For eg:
If storagePoolDiskState is Ineligible, storagePoolDiskError will give
the corresponding reason for ineligiblility like 'Disk is in use by
DiskGroup'.
This may also be populated with additional information about the disk
at hand.
Since 8.0.0.1 |
storagePoolDiskState* | xsd:string |
Indicates state of the storage pool disk.
Represents if the disk is In-use/Eligible/Ineligible for storage pool.
See VsanHostDiskResultState.
Since 8.0.0.1 |
vsanDirectTagged | xsd:boolean |
Indicates whether the disk is tagged to be claimed as vSAN Direct disk.
If set to true, it indicates users prefer to use this disk to be
claimed as vSAN Direct disk. If set to false or unset, it indicates
users do not have such preference. Currently only eligible disks can
be tagged as vSAN Direct. It acts as a hint to the upper management
suites like VCF, tagging it does not automatically claim the disk
as vSAN Direct.
|
Properties inherited from VsanHostDiskResult | ||
degraded, disk, error, state, vsanUuid | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |