Deployment class

A Deployment is a group of resources and configs managed and provisioned by Infra Manager.

Constructors

Deployment({Map<String, String>? annotations, String? artifactsGcsBucket, String? createTime, String? deleteBuild, String? deleteLogs, ApplyResults? deleteResults, String? errorCode, String? errorLogs, bool? importExistingResources, Map<String, String>? labels, String? latestRevision, String? lockState, String? name, String? quotaValidation, String? serviceAccount, String? state, String? stateDetail, TerraformBlueprint? terraformBlueprint, List<TerraformError>? tfErrors, String? tfVersion, String? tfVersionConstraint, String? updateTime, String? workerPool})
Deployment.fromJson(Map json_)

Properties

annotations Map<String, String>?
Arbitrary key-value metadata storage e.g. to help client tools identify deployments during automation.
getter/setter pair
artifactsGcsBucket String?
User-defined location of Cloud Build logs and artifacts in Google Cloud Storage.
getter/setter pair
createTime String?
Time when the deployment was created.
getter/setter pair
deleteBuild String?
Cloud Build instance UUID associated with deleting this deployment.
getter/setter pair
deleteLogs String?
Location of Cloud Build logs in Google Cloud Storage, populated when deleting this deployment.
getter/setter pair
deleteResults ApplyResults?
Location of artifacts from a DeleteDeployment operation.
getter/setter pair
errorCode String?
Error code describing errors that may have occurred.
getter/setter pair
errorLogs String?
Location of Terraform error logs in Google Cloud Storage.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
importExistingResources bool?
By default, Infra Manager will return a failure when Terraform encounters a 409 code (resource conflict error) during actuation.
getter/setter pair
labels Map<String, String>?
User-defined metadata for the deployment.
getter/setter pair
latestRevision String?
Revision name that was most recently applied.
getter/setter pair
lockState String?
Current lock state of the deployment.
getter/setter pair
name String?
Resource name of the deployment.
getter/setter pair
quotaValidation String?
Input to control quota checks for resources in terraform configuration files.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccount String?
User-specified Service Account (SA) credentials to be used when actuating resources.
getter/setter pair
state String?
Current state of the deployment.
getter/setter pair
stateDetail String?
Additional information regarding the current state.
getter/setter pair
terraformBlueprint TerraformBlueprint?
A blueprint described using Terraform's HashiCorp Configuration Language as a root module.
getter/setter pair
tfErrors List<TerraformError>?
Errors encountered when deleting this deployment.
getter/setter pair
tfVersion String?
The current Terraform version set on the deployment.
getter/setter pair
tfVersionConstraint String?
The user-specified Terraform version constraint.
getter/setter pair
updateTime String?
Time when the deployment was last modified.
getter/setter pair
workerPool String?
The user-specified Cloud Build worker pool resource in which the Cloud Build job will execute.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited