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.V1Assembly
Google.Cloud.Config.V1.dll
Fields |
|
---|---|
Name | Description |
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 |
RunningTfPlan |
Running |
Succeeded |
Operation was successful. |
UnlockingDeployment |
Unlocking a deployment. |
Unspecified |
Unspecified preview step. |
ValidatingRepository |
Validating the provided repository. |