Class State (0.6.0)

State(value)

The possible steps a deployment unit provisioning may be running.

Enums

Name Description
STATE_UNSPECIFIED The default value. This value is unused.
QUEUED The deployment unit is queued for deployment creation or update.
APPLYING_DEPLOYMENT The underlying deployment of the unit is being created or updated.
SUCCEEDED The underlying deployment operation of the unit has succeeded.
FAILED The underlying deployment operation of the unit has failed.
ABORTED The deployment unit was aborted, likely due to failures in other dependent deployment units.
SKIPPED The deployment unit was skipped because there were no changes to apply.
DELETING_DEPLOYMENT The deployment is being deleted.
PREVIEWING_DEPLOYMENT The deployment is being previewed.