Data Object - VsanIODiagnosticsInstance(vim.vsan.IODiagnosticsInstance)

Returned by
QueryIODiagnosticsInstances
Extends
DynamicData
See also
VsanIODiagnosticsInstanceEvent, VsanIODiagnosticsTarget
Since
vSAN API 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
endTimexsd: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.
namexsd:string

The instance name.
startTimexsd:dateTime

The start time of the diagnostics.
statexsd: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
*Need not be set
Show WSDL type definition