vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanIODiagnosticsInstance(vim.vsan.IODiagnosticsInstance)
- Returned by
- QueryIODiagnosticsInstances
- Extends
- DynamicData
- See also
- VsanIODiagnosticsInstanceEvent, VsanIODiagnosticsTarget
- Since
- vSAN 7.0U3
Data Object Description
This data object describes the diagnostics instance including the name and the diagnostics target and the running time range.Properties
Name | Type | Description |
---|---|---|
endTime | xsd:dateTime |
The end time of the diagnostics.
|
events* | VsanIODiagnosticsInstanceEvent[] |
The event which makes the instance stopped, if the event is unset, it means
the IO diagnostic operation completed without any events.
|
name | xsd:string |
The instance name.
|
recurrenceName* | xsd:string |
The name of the recurrence if the instance is triggered by a recurrence.
Since 8.0.0.4 |
startTime | xsd:dateTime |
The start time of the diagnostics.
|
state | xsd:string |
The state of the instance, can be "VsanIODiagnosticsInstanceRunning" or
"VsanIODiagnosticsInstanceCompleted". See VsanIODiagnosticsInstanceState |
targets* | VsanIODiagnosticsTarget[] |
The targets that the IO diagnostics run against.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |