Revision class
A child resource of a Deployment generated by a 'CreateDeployment' or 'UpdateDeployment' call.
Each Revision contains metadata pertaining to a snapshot of a particular Deployment.
Constructors
-
Revision({String? action, ApplyResults? applyResults, String? build, String? createTime, String? errorCode, String? errorLogs, bool? importExistingResources, String? logs, String? name, String? quotaValidation, String? quotaValidationResults, String? serviceAccount, String? state, String? stateDetail, TerraformBlueprint? terraformBlueprint, List<
TerraformError> ? tfErrors, String? tfVersion, String? tfVersionConstraint, String? updateTime, String? workerPool}) - Revision.fromJson(Map json_)
Properties
- action ↔ String?
-
The action which created this revision
getter/setter pair
- applyResults ↔ ApplyResults?
-
Outputs and artifacts from applying a deployment.
getter/setter pair
- build ↔ String?
-
Cloud Build instance UUID associated with this revision.
getter/setter pair
- createTime ↔ String?
-
Time when the revision was created.
getter/setter pair
- errorCode ↔ String?
-
Code describing any 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
- logs ↔ String?
-
Location of Revision operation logs in
gs://{bucket}/{object}
format.getter/setter pair - name ↔ String?
-
Revision name.
getter/setter pair
- quotaValidation ↔ String?
-
Input to control quota checks for resources in terraform configuration
files.
getter/setter pair
- quotaValidationResults ↔ String?
-
Cloud Storage path containing quota validation results.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccount ↔ String?
-
User-specified Service Account (SA) to be used as credential to manage
resources.
getter/setter pair
- state ↔ String?
-
Current state of the revision.
getter/setter pair
- stateDetail ↔ String?
-
Additional info 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 creating or updating this deployment.
getter/setter pair
- tfVersion ↔ String?
-
The version of Terraform used to create the Revision.
getter/setter pair
- tfVersionConstraint ↔ String?
-
The user-specified Terraform version constraint.
getter/setter pair
- updateTime ↔ String?
-
Time when the revision 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