Enum - ClusterComputeResourceHCIWorkflowState(vim.ClusterComputeResource.HCIWorkflowState)

Since
vSphere API 6.7.1


Enum Description

HCIWorkflowState identifies the state of the cluser from the perspective of HCI workflow. The workflow begins with in_progress mode and can transition to 'done' or 'invalid', both of which are terminal states.

Enum Constants

NameDescription
done Indicates cluster configuration is complete.
in_progress Indicates cluster is getting configured or will be configured.
invalid Indicates the workflow was abandoned on the cluster before the configuration could complete.

Show WSDL type definition