public enum DeploymentOperationMetadata.Types.DeploymentStep
Reference documentation and code samples for the Infrastructure Manager v1 API enum DeploymentOperationMetadata.Types.DeploymentStep.
The possible steps a deployment may be running.
Namespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Fields |
|
---|---|
Name | Description |
DownloadingBlueprint |
Downloading the blueprint onto the Google Cloud Storage bucket |
Failed |
Operation failed |
PreparingStorageBucket |
Infra Manager is creating a Google Cloud Storage bucket to store artifacts and metadata about the deployment and revision |
RunningQuotaValidation |
Running quota validation |
RunningTfApply |
Actuating resources using Terraform using |
RunningTfDestroy |
Destroying resources using Terraform using |
RunningTfInit |
Initializing Terraform using |
RunningTfPlan |
Running |
RunningTfValidate |
Validating the uploaded TF state file when unlocking a deployment |
Succeeded |
Operation was successful |
UnlockingDeployment |
Unlocking a deployment |
Unspecified |
Unspecified deployment step |
ValidatingRepository |
Validating the provided repository. |