Data Object - VsanIoInsightInstance(vim.cluster.VsanIoInsightInstance)

Returned by
QueryIoInsightInstances
Extends
DynamicData
See also
VsanHostIoInsightInfo
Since
vSAN API 7.2

Data Object Description

This data object describes a set of information related to one time ioinsight execution, which includes ioinsight run name, state(running or stopped), execution time range and a list of ioinsight information along with the host.

Properties

Name Type Description
endTime*xsd:dateTime

End timestamp of the ioinsight instance. This attribute is optional for either running ioinsight instance, or ioinsight instance update operation.
hostsIoInsightInfo*VsanHostIoInsightInfo[]

One or multiple ioinsights information along with the hosts, which belong to the ioinsight instance. This attribute is optional for ioinsight instance update operation.
hostUuids*xsd:string[]

The uuid of hosts which are related to ioinsight instance.
runNamexsd:string

Run name of the ioinsight instance, which is specified when invoking vim.cluster.VsanIoInsightManager#StartIoInsight
startTime*xsd:dateTime

Start timestamp of the ioinsight instance. This attribute can be optional for ioinsight instance update operation.
state*xsd:string

State of the ioinsight instance, that is, ioinsight instance is in running or completed. This attribute can be optional for ioinsight instance update operation.
See VsanIoInsightInstanceState

vmUuids*xsd:string[]

The uuid of VMs which are related to ioinsight instance.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition