VsanIoInsightState_enum
VsanIoInsightState_enum
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.
Possible values:
running
: ioinsight is in running for VMDKs I/O performance metrics monitor.stopped
: ioinsight is stopped and doesn't monitor any VMDK.notFound
: ioinsight binary is not found on this host.VsanIoInsightState_unknown
: represent the value when the lower version client cannot recognize the enum value
This data structure has no properties.
Enumeration:
running,
stopped,
notFound,
VsanIoInsightState_unknown,