Google Cloud Config V1 Client - Class PreviewStep (0.5.1)

Reference documentation and code samples for the Google Cloud Config V1 Client class PreviewStep.

The possible steps a preview may be running.

Protobuf type google.cloud.config.v1.PreviewOperationMetadata.PreviewStep

Namespace

Google \ Cloud \ Config \ V1 \ PreviewOperationMetadata

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PREVIEW_STEP_UNSPECIFIED

Value: 0

Unspecified preview step.

Generated from protobuf enum PREVIEW_STEP_UNSPECIFIED = 0;

PREPARING_STORAGE_BUCKET

Value: 1

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

Generated from protobuf enum PREPARING_STORAGE_BUCKET = 1;

DOWNLOADING_BLUEPRINT

Value: 2

Downloading the blueprint onto the Google Cloud Storage bucket.

Generated from protobuf enum DOWNLOADING_BLUEPRINT = 2;

RUNNING_TF_INIT

Value: 3

Initializing Terraform using terraform init.

Generated from protobuf enum RUNNING_TF_INIT = 3;

RUNNING_TF_PLAN

Value: 4

Running terraform plan.

Generated from protobuf enum RUNNING_TF_PLAN = 4;

FETCHING_DEPLOYMENT

Value: 5

Fetching a deployment.

Generated from protobuf enum FETCHING_DEPLOYMENT = 5;

LOCKING_DEPLOYMENT

Value: 6

Locking a deployment.

Generated from protobuf enum LOCKING_DEPLOYMENT = 6;

UNLOCKING_DEPLOYMENT

Value: 7

Unlocking a deployment.

Generated from protobuf enum UNLOCKING_DEPLOYMENT = 7;

SUCCEEDED

Value: 8

Operation was successful.

Generated from protobuf enum SUCCEEDED = 8;

FAILED

Value: 9

Operation failed.

Generated from protobuf enum FAILED = 9;

VALIDATING_REPOSITORY

Value: 10

Validating the provided repository.

Generated from protobuf enum VALIDATING_REPOSITORY = 10;