Anthos Multi-Cloud v1 API - Class AttachedClusterError (2.2.0)

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.

Inheritance

object > AttachedClusterError

Namespace

GoogleCloudGoogle.Cloud.GkeMultiCloudV1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AttachedClusterError()

public AttachedClusterError()

AttachedClusterError(AttachedClusterError)

public AttachedClusterError(AttachedClusterError other)
Parameter
NameDescription
otherAttachedClusterError

Properties

Message

public string Message { get; set; }

Human-friendly description of the error.

Property Value
TypeDescription
string