public sealed class ManagedInstanceLastAttemptErrors : IMessage<ManagedInstanceLastAttemptErrors>, IEquatable<ManagedInstanceLastAttemptErrors>, IDeepCloneable<ManagedInstanceLastAttemptErrors>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class ManagedInstanceLastAttemptErrors.
[Output Only] Encountered errors during the last attempt to create or delete the instance.
Implements
IMessageManagedInstanceLastAttemptErrors, IEquatableManagedInstanceLastAttemptErrors, IDeepCloneableManagedInstanceLastAttemptErrors, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ManagedInstanceLastAttemptErrors()
public ManagedInstanceLastAttemptErrors()ManagedInstanceLastAttemptErrors(ManagedInstanceLastAttemptErrors)
public ManagedInstanceLastAttemptErrors(ManagedInstanceLastAttemptErrors other)| Parameter | |
|---|---|
| Name | Description |
other |
ManagedInstanceLastAttemptErrors |
Properties
Errors
public RepeatedField<Errors> Errors { get; }[Output Only] The array of errors encountered while processing this operation.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldErrors |
|