Class PipelineCondition
PipelineCondition contains all conditions relevant to a Delivery Pipeline.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class PipelineCondition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PipelineReadyCondition
Details around the Pipeline's overall status.
Declaration
[JsonProperty("pipelineReadyCondition")]
public virtual PipelineReadyCondition PipelineReadyCondition { get; set; }
Property Value
Type | Description |
---|---|
PipelineReadyCondition |
TargetsPresentCondition
Details around targets enumerated in the pipeline.
Declaration
[JsonProperty("targetsPresentCondition")]
public virtual TargetsPresentCondition TargetsPresentCondition { get; set; }
Property Value
Type | Description |
---|---|
TargetsPresentCondition |
TargetsTypeCondition
Details on the whether the targets enumerated in the pipeline are of the same type.
Declaration
[JsonProperty("targetsTypeCondition")]
public virtual TargetsTypeCondition TargetsTypeCondition { get; set; }
Property Value
Type | Description |
---|---|
TargetsTypeCondition |