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.alpha.Data
Assembly: Google.Apis.Compute.alpha.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