public sealed class StatusCondition : IMessage<StatusCondition>, IEquatable<StatusCondition>, IDeepCloneable<StatusCondition>, IBufferMessage, IMessage
StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).
Implements
IMessage<StatusCondition>, IEquatable<StatusCondition>, IDeepCloneable<StatusCondition>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
StatusCondition()
public StatusCondition()
StatusCondition(StatusCondition)
public StatusCondition(StatusCondition other)
Parameter | |
---|---|
Name | Description |
other | StatusCondition |
Properties
Code
public StatusCondition.Types.Code Code { get; set; }
Machine-friendly representation of the condition
Property Value | |
---|---|
Type | Description |
StatusCondition.Types.Code |
Message
public string Message { get; set; }
Human-friendly representation of the condition
Property Value | |
---|---|
Type | Description |
String |