public sealed class AttachedClusterError : IMessage<AttachedClusterError>, IEquatable<AttachedClusterError>, IDeepCloneable<AttachedClusterError>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AttachedClusterError.
AttachedClusterError describes errors found on attached clusters.
Implements
IMessageAttachedClusterError, IEquatableAttachedClusterError, IDeepCloneableAttachedClusterError, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AttachedClusterError()
public AttachedClusterError()
AttachedClusterError(AttachedClusterError)
public AttachedClusterError(AttachedClusterError other)
Parameter | |
---|---|
Name | Description |
other |
AttachedClusterError |
Properties
Message
public string Message { get; set; }
Human-friendly description of the error.
Property Value | |
---|---|
Type | Description |
string |