Show / Hide Table of Contents

Class InstanceManagedByIgmError

Inheritance
System.Object
InstanceManagedByIgmError
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InstanceManagedByIgmError : IDirectResponseSchema

Properties

Error

[Output Only] Contents of the error.

Declaration
[JsonProperty("error")]
public virtual InstanceManagedByIgmErrorManagedInstanceError Error { get; set; }
Property Value
Type Description
InstanceManagedByIgmErrorManagedInstanceError

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

InstanceActionDetails

[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.

Declaration
[JsonProperty("instanceActionDetails")]
public virtual InstanceManagedByIgmErrorInstanceActionDetails InstanceActionDetails { get; set; }
Property Value
Type Description
InstanceManagedByIgmErrorInstanceActionDetails

Timestamp

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

Declaration
[JsonProperty("timestamp")]
public virtual string Timestamp { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top