Interface: IWorkerDeploymentVersionSummary
v1.WorkerDeploymentInfo.IWorkerDeploymentVersionSummary
Properties of a WorkerDeploymentVersionSummary.
Implemented by
Properties
createTime
• Optional createTime: null | ITimestamp
WorkerDeploymentVersionSummary createTime
currentSinceTime
• Optional currentSinceTime: null | ITimestamp
Unset if not current. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: 'Since' captures the field semantics despite being a preposition. --)
deploymentVersion
• Optional deploymentVersion: null | IWorkerDeploymentVersion
Required.
drainageInfo
• Optional drainageInfo: null | IVersionDrainageInfo
Information about workflow drainage to help the user determine when it is safe to decommission a Version. Not present while version is current or ramping
drainageStatus
• Optional drainageStatus: null | VersionDrainageStatus
Deprecated. Use drainage_info instead.
firstActivationTime
• Optional firstActivationTime: null | ITimestamp
Timestamp when this version first became current or ramping.
lastDeactivationTime
• Optional lastDeactivationTime: null | ITimestamp
Timestamp when this version last stopped being current or ramping.
rampingSinceTime
• Optional rampingSinceTime: null | ITimestamp
Unset if not ramping. Updated when the version first starts ramping, not on each ramp change. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: 'Since' captures the field semantics despite being a preposition. --)
routingUpdateTime
• Optional routingUpdateTime: null | ITimestamp
Last time current_since_time, ramping_since_time, or ramp_percentage` of this version changed.
status
• Optional status: null | WorkerDeploymentVersionStatus
The status of the Worker Deployment Version.
version
• Optional version: null | string
Deprecated. Use deployment_version.