Enum - VsanIoInsightState(vim.host.VsanIoInsightState)

Since
vSAN API 7.2


Enum Description

State of ioinsight tool on ESXi host, which is designed to monitor and collect all virtual disks I/O performance metrics of target virtual machines. Currently ioinsight state includes the following values, and running/stopped are normal state.

Enum Constants

NameDescription
notFound ioinsight binary is not found on this host.
running ioinsight is in running for VMDKs I/O performance metrics monitor.
stopped ioinsight is stopped and doesn't monitor any VMDK.
VsanIoInsightState_unknown represent the value when the lower version client cannot recognize the enum value

Show WSDL type definition