Infrastructure Manager v1 API - Enum PreviewOperationMetadata.Types.PreviewStep (1.1.0)

public enum PreviewOperationMetadata.Types.PreviewStep

Reference documentation and code samples for the Infrastructure Manager v1 API enum PreviewOperationMetadata.Types.PreviewStep.

The possible steps a preview 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.

FetchingDeployment

Fetching a deployment.

LockingDeployment

Locking a deployment.

PreparingStorageBucket

Infra Manager is creating a Google Cloud Storage bucket to store artifacts and metadata about the preview.

RunningTfInit

Initializing Terraform using terraform init.

RunningTfPlan

Running terraform plan.

Succeeded

Operation was successful.

UnlockingDeployment

Unlocking a deployment.

Unspecified

Unspecified preview step.