Class InstanceManagedByIgmError
Implements
Inherited Members
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 |