Managed Object Types
Data Object Types
All Properties
All Methods
Enum - VsanIoInsightInstanceState(vim.cluster.VsanIoInsightInstanceState)
Since
vSAN API 7.2
Enum Description
Type of ioinsight instance, which can be either running or completed.
Enum Constants
Name
Description
completed
Query is for ioinsight instance which has stopped successfully.
crashed
Indicate an ioinsight instance is crashed for some unexpected reason.
running
Indicate the query is only for ioinsight instance which is still running.
VsanIoInsightInstanceState_unknown
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vsan="urn:vsan" name="VsanIoInsightInstanceState"> <restriction base="xsd:string"> <enumeration value="running"/> <enumeration value="completed"/> <enumeration value="crashed"/> <enumeration value="VsanIoInsightInstanceState_unknown"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
© 2015-2023 VMware, Inc. All rights reserved.
Revision 12-Sept-2023 | VMware vSAN Management API | Version 8.0 Update 2