Data Object - VsanDiskDataEvacuationResourceCheckTaskDetails(vim.vsan.DiskDataEvacuationResourceCheckTaskDetails)

Extends
VsanResourceCheckTaskDetails
Since
vSAN API 7.2

Data Object Description

The detailed information of a resource check task for disk/disk-group data evacuation (i.e. the resource check in which operation is "DiskDataEvacuation").

Properties

Name Type Description
diskUuid*xsd:string

If operation is "DiskDataEvacuation", this will be the vSAN UUID of cache-tier disk or capacity-tier disk in a disk-group depending on whether the task is for a disk-group or a disk. If the task is for a disk-group, this is the vSAN UUID of the cache-tier disk in the disk-group. If the task is for a disk, this is the vSAN UUID of the corresponding capacity-tier disk.
isCapacityTier*xsd:boolean

If operation is "DiskDataEvacuation", this flag indicates whether the task is for a disk-group or just a disk. If the flag is true, the task is for a capacity-tier disk with vSAN UUID in vim.vsan.ResourceCheckTaskDetails#diskUuid; otherwise the task is for a disk-group represented by its cache-tier disk with vSAN UUID in vim.vsan.ResourceCheckTaskDetails#diskUuid. This field could be unset if the backend is not ready to decide on the disk tier information (e.g. disk information query takes longer due to underlying networking delay) or even not able to get the disk tier information (e.g. the host which owns the disk/disk-group gets disconnected or not responding).
Properties inherited from VsanResourceCheckTaskDetails
host, hostUuid, maintenanceSpec, task
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition