public sealed class InstanceManagedByIgmError : IMessage<InstanceManagedByIgmError>, IEquatable<InstanceManagedByIgmError>, IDeepCloneable<InstanceManagedByIgmError>, IBufferMessage, IMessage
Implements
IMessage<InstanceManagedByIgmError>, IEquatable<InstanceManagedByIgmError>, IDeepCloneable<InstanceManagedByIgmError>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstanceManagedByIgmError()
public InstanceManagedByIgmError()
InstanceManagedByIgmError(InstanceManagedByIgmError)
public InstanceManagedByIgmError(InstanceManagedByIgmError other)
Parameter | |
---|---|
Name | Description |
other | InstanceManagedByIgmError |
Properties
Error
public InstanceManagedByIgmErrorManagedInstanceError Error { get; set; }
[Output Only] Contents of the error.
Property Value | |
---|---|
Type | Description |
InstanceManagedByIgmErrorManagedInstanceError |
HasTimestamp
public bool HasTimestamp { get; }
Gets whether the "timestamp" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
InstanceActionDetails
public InstanceManagedByIgmErrorInstanceActionDetails InstanceActionDetails { get; set; }
[Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
Property Value | |
---|---|
Type | Description |
InstanceManagedByIgmErrorInstanceActionDetails |
Timestamp
public string Timestamp { get; set; }
[Output Only] The time that this error occurred. This value is in RFC3339 text format.
Property Value | |
---|---|
Type | Description |
String |