Google Cloud Deploy v1 API - Class TargetsTypeCondition (2.7.0)

 public sealed class TargetsTypeCondition : IMessage<TargetsTypeCondition>, IEquatable<TargetsTypeCondition>, IDeepCloneable<TargetsTypeCondition>, IBufferMessage, IMessage 

Reference documentation and code samples for the Google Cloud Deploy v1 API class TargetsTypeCondition.

TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type.

Inheritance

object > TargetsTypeCondition

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

TargetsTypeCondition()

 public TargetsTypeCondition() 

TargetsTypeCondition(TargetsTypeCondition)

 public TargetsTypeCondition(TargetsTypeCondition other) 
Parameter
Name
Description

Properties

ErrorDetails

 public string ErrorDetails { get; set; } 

Human readable error message.

Property Value
Type
Description

Status

 public bool Status { get; set; } 

True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.

Property Value
Type
Description