Compute Engine v1 API - Class InstanceManagedByIgmError (2.15.0)

public sealed class InstanceManagedByIgmError : IMessage<InstanceManagedByIgmError>, IEquatable<InstanceManagedByIgmError>, IDeepCloneable<InstanceManagedByIgmError>, IBufferMessage, IMessage

Inheritance

object > InstanceManagedByIgmError

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstanceManagedByIgmError()

public InstanceManagedByIgmError()

InstanceManagedByIgmError(InstanceManagedByIgmError)

public InstanceManagedByIgmError(InstanceManagedByIgmError other)
Parameter
NameDescription
otherInstanceManagedByIgmError

Properties

Error

public InstanceManagedByIgmErrorManagedInstanceError Error { get; set; }

[Output Only] Contents of the error.

Property Value
TypeDescription
InstanceManagedByIgmErrorManagedInstanceError

HasTimestamp

public bool HasTimestamp { get; }

Gets whether the "timestamp" field is set

Property Value
TypeDescription
bool

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
TypeDescription
InstanceManagedByIgmErrorInstanceActionDetails

Timestamp

public string Timestamp { get; set; }

[Output Only] The time that this error occurred. This value is in RFC3339 text format.

Property Value
TypeDescription
string