ProvisioningState Enum

Provisioning state of the cluster. Possible value are: creating - Specifies that the cluster is being created. succeeded - Specifies that the cluster has been created successfully. failed - Specifies that the cluster creation has failed. deleting - Specifies that the cluster is being deleted.

Inheritance
builtins.str
ProvisioningState
ProvisioningState

Constructor

ProvisioningState(value)

Fields

CREATING
DELETING
FAILED
SUCCEEDED