DeploymentOperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Ephemeral metadata content describing the state of a deployment operation.
Attributes | |
---|---|
Name | Description |
step |
google.cloud.config_v1.types.DeploymentOperationMetadata.DeploymentStep
The current step the deployment operation is running. |
apply_results |
google.cloud.config_v1.types.ApplyResults
Outputs and artifacts from applying a deployment. |
build |
str
Output only. Cloud Build instance UUID associated with this operation. |
logs |
str
Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.
|
Classes
DeploymentStep
DeploymentStep(value)
The possible steps a deployment may be running.
Values:
DEPLOYMENT_STEP_UNSPECIFIED (0):
Unspecified deployment step
PREPARING_STORAGE_BUCKET (1):
Infra Manager is creating a Google Cloud
Storage bucket to store artifacts and metadata
about the deployment and revision
DOWNLOADING_BLUEPRINT (2):
Downloading the blueprint onto the Google
Cloud Storage bucket
RUNNING_TF_INIT (3):
Initializing Terraform using terraform init
RUNNING_TF_PLAN (4):
Running terraform plan
RUNNING_TF_APPLY (5):
Actuating resources using Terraform using
terraform apply
RUNNING_TF_DESTROY (6):
Destroying resources using Terraform using
terraform destroy
RUNNING_TF_VALIDATE (7):
Validating the uploaded TF state file when
unlocking a deployment
UNLOCKING_DEPLOYMENT (8):
Unlocking a deployment
SUCCEEDED (9):
Operation was successful
FAILED (10):
Operation failed