public sealed class Release.Types.ReleaseReadyCondition : IMessage<Release.Types.ReleaseReadyCondition>, IEquatable<Release.Types.ReleaseReadyCondition>, IDeepCloneable<Release.Types.ReleaseReadyCondition>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class Release.Types.ReleaseReadyCondition.
ReleaseReadyCondition contains information around the status of the Release. If a release is not ready, you cannot create a rollout with the release.
Implements
IMessageReleaseTypesReleaseReadyCondition, IEquatableReleaseTypesReleaseReadyCondition, IDeepCloneableReleaseTypesReleaseReadyCondition, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
ReleaseReadyCondition()
public ReleaseReadyCondition()ReleaseReadyCondition(ReleaseReadyCondition)
public ReleaseReadyCondition(Release.Types.ReleaseReadyCondition other)| Parameter | |
|---|---|
| Name | Description |
other |
ReleaseTypesReleaseReadyCondition |
Properties
Status
public bool Status { get; set; }True if the Release is in a valid state. Otherwise at least one condition
in ReleaseCondition is in an invalid state. Iterate over those
conditions and see which condition(s) has status = false to find out what
is wrong with the Release.
| Property Value | |
|---|---|
| Type | Description |
bool |
|