vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanResourceCheckStatus(vim.vsan.ResourceCheckStatus)
- Returned by
- VsanGetResourceCheckStatus
- Extends
- DynamicData
- See also
- VsanResourceCheckResult, VsanResourceCheckTaskDetails
- Since
- vSAN API 6.8.7
Data Object Description
The status of a resource check for queried operation.Properties
| 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 | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |