ClusterComputeResourceHCIWorkflowState_enum

ClusterComputeResourceHCIWorkflowState_enum
ClusterComputeResourceHCIWorkflowState_enum

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.

Possible values:

  • in_progress: Indicates cluster is getting configured or will be configured.
  • done: Indicates cluster configuration is complete.
  • invalid: Indicates the workflow was abandoned on the cluster before the configuration could complete.
This data structure has no properties.
Enumeration: in_progress, done, invalid,