Infrastructure Manager V1 API - Module Google::Cloud::ConfigService::V1::DeploymentUnitProgress::State (v2.9.0)

Reference documentation and code samples for the Infrastructure Manager V1 API module Google::Cloud::ConfigService::V1::DeploymentUnitProgress::State.

The possible steps a deployment unit provisioning may be running.

Constants

STATE_UNSPECIFIED

value: 0
The default value. This value is unused.

QUEUED

value: 1
The deployment unit is queued for deployment creation or update.

APPLYING_DEPLOYMENT

value: 2
The underlying deployment of the unit is being created or updated.

SUCCEEDED

value: 4
The underlying deployment operation of the unit has succeeded.

FAILED

value: 5
The underlying deployment operation of the unit has failed.

ABORTED

value: 6
The deployment unit was aborted, likely due to failures in other dependent deployment units.

SKIPPED

value: 7
The deployment unit was skipped because there were no changes to apply.

DELETING_DEPLOYMENT

value: 8
The deployment is being deleted.

PREVIEWING_DEPLOYMENT

value: 9
The deployment is being previewed.