Data Object - VsanHostDiskResult(vim.vsan.host.DiskResult)

Property of
VsanHostDiskMapResult
Returned by
QueryDisksForVsan, RemoveDisk_Task
Extends
DynamicData
See also
HostScsiDisk, LocalizedMethodFault
Since
vSphere API 5.5

Data Object Description

A DiskResult represents the result of VSAN configuration operation on a ScsiDisk, and its current eligibility state for use by the VSAN service.
See QueryDisksForVsan
See UpdateVsan_Task
See VsanHostDiskResultState

Properties

Name Type Description
degraded*xsd:boolean

Indicates whether the disk is degraded in VSAN performance. If set, indicates the disk performance is degraded in VSAN If unset, it is unknown whether the disk performance is degraded in VSAN.

Since vSphere API 6.0
diskHostScsiDisk

Disk for this result.
error*LocalizedMethodFault

Error information for this result: may be populated with additional information about the disk at hand, regardless of the disk's state.
See VsanDiskFault
See state

statexsd:string

State of the disk for this result.
See VsanHostDiskResultState

vsanUuid*xsd:string

VSAN disk UUID in case this disk is a VSAN disk.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition