Show / Hide Table of Contents

Class InstanceManagedByIgmError

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

Properties

ETag

The ETag of the item.

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

Error

Output only. Contents of the error.

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

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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX