Interface: IDeploymentInfo
deployment.v1.IDeploymentInfo
Properties of a DeploymentInfo.
Implemented by
Properties
createTime
• Optional
createTime: null
| ITimestamp
DeploymentInfo createTime
deployment
• Optional
deployment: null
| IDeployment
DeploymentInfo deployment
isCurrent
• Optional
isCurrent: null
| boolean
If this deployment is the current deployment of its deployment series.
metadata
• Optional
metadata: null
| { [k: string]
: IPayload
; }
A user-defined set of key-values. Can be updated as part of write operations to the
deployment, such as SetCurrentDeployment
.
taskQueueInfos
• Optional
taskQueueInfos: null
| ITaskQueueInfo
[]
DeploymentInfo taskQueueInfos