Infrastructure Manager v1 API - Enum DeploymentOperationMetadata.Types.DeploymentStep (1.3.0)

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.V1

Assembly

Google.Cloud.Config.V1.dll

Fields

NameDescription
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 terraform apply

RunningTfDestroy

Destroying resources using Terraform using terraform destroy

RunningTfInit

Initializing Terraform using terraform init

RunningTfPlan

Running terraform plan

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.