Cluster Director v1 API - Enum OperationStep.Types.State (1.0.0-beta01)

public enum OperationStep.Types.State

Reference documentation and code samples for the Cluster Director v1 API enum OperationStep.Types.State.

State of the operation step.

Namespace

Google.Cloud.HypercomputeCluster.V1

Assembly

Google.Cloud.HypercomputeCluster.V1.dll

Fields

Name Description
Done

Step execution is completed.

InProgress

Step execution is running in progress.

Unspecified

Unspecified state.

Waiting

Initial state before step execution starts.