Name
|
Type
|
Description
|
parentTask | VsanResourceCheckTaskDetails |
The details of the parent task passed in by
VsanResourceCheckSpec#parent. It will be set only when the
resource check is launched from a parent task and the state of the parent
task is "running".
|
result | VsanResourceCheckResult |
The result of the resource check that is queried.
This field will be populated only if a resource check has completed
successfully and recently, i.e., only when
VsanResourceCheckStatus#status is "completed".
|
status | xsd:string |
The overall status of the resource check that is queried.
Please see VsanResourceCheckStatusType for possible statuses. See VsanResourceCheckStatusType
|
task | VsanResourceCheckTaskDetails |
The details of the resource check task that was generated and returned by
VsanResourceCheckSystem#PerformResourceCheck. It will be set
only when status is "resourceCheckRunning".
The derived class vim.vsan.DiskDataEvacuationResourceCheckTaskDetails
will be used if the resource check task is for disk/disk-group data
evacuation.
|
Properties inherited from DynamicData |
None |