Deployment class
Constructors
-
Deployment({String? description, String? fingerprint, String? id, String? insertTime, List<DeploymentLabelEntry>? labels, String? manifest, String? name, Operation? operation, String? selfLink, TargetConfiguration? target, DeploymentUpdate? update, String? updateTime})
-
-
Deployment.fromJson(Map json_)
-
Properties
-
description
↔ String?
-
An optional user-provided description of the deployment.
getter/setter pair
-
fingerprint
↔ String?
-
Provides a fingerprint to use in requests to modify a deployment, such as
update()
, stop()
, and cancelPreview()
requests.
getter/setter pair
-
fingerprintAsBytes
↔ List<int>
-
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
↔ String?
-
getter/setter pair
-
insertTime
↔ String?
-
Creation timestamp in RFC3339 text format.
getter/setter pair
-
labels
↔ List<DeploymentLabelEntry>?
-
Map of One Platform labels; provided by the client when the resource is
created or updated.
getter/setter pair
-
manifest
↔ String?
-
URL of the manifest representing the last manifest that was successfully
deployed.
getter/setter pair
-
name
↔ String?
-
Name of the resource; provided by the client when the resource is created.
getter/setter pair
-
operation
↔ Operation?
-
The Operation that most recently ran, or is currently running, on this
deployment.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
selfLink
↔ String?
-
Server defined URL for the resource.
getter/setter pair
-
target
↔ TargetConfiguration?
-
[Input Only] The parameters that define your deployment, including the
deployment configuration and relevant templates.
getter/setter pair
-
update
↔ DeploymentUpdate?
-
If Deployment Manager is currently updating or previewing an update to
this deployment, the updated configuration appears here.
getter/setter pair
-
updateTime
↔ String?
-
Update timestamp in RFC3339 text format.
getter/setter pair